mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
abidw --out-file ./.github/workflows/libcrypto-abi.xml libcrypto.so
|
||
|
abidw --out-file ./.github/workflows/libssl-abi.xml libssl.so
|
||
|
|