unimportant

This commit is contained in:
Cosmin Apreutesei
2019-11-01 08:26:17 -04:00
parent 2117939cf4
commit f1c69a8deb
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -3,7 +3,7 @@ cd src || exit 1
make clean
./config $C shared
cat ../*.patch | patch -q -p1
cat ../*.patch | patch -N -p1
make
d=../../../bin/$P
@@ -13,3 +13,4 @@ cp -f libssl.so.1.1 $d/libssl.so
cp -f libssl.a $d/
make clean
rm src/Makefile src/configdata.pm