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