xref: /freebsd/crypto/openssl/util/update_abi_check.sh (revision e7be843b4a162e68651d3911f0357ed464915629)
1*e7be843bSPierre Pronchery#!/bin/sh
2*e7be843bSPierre Pronchery#
3*e7be843bSPierre Proncheryabidw --out-file ./.github/workflows/libcrypto-abi.xml libcrypto.so
4*e7be843bSPierre Proncheryabidw --out-file ./.github/workflows/libssl-abi.xml libssl.so
5*e7be843bSPierre Pronchery
6