From 3b02323e6fa69201203ac62e4524013f91ddb17d Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 16 Sep 2024 23:37:02 -0500 Subject: Export libressl --- init | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init') diff --git a/init b/init index 9e71dd4..77716c8 100755 --- a/init +++ b/init @@ -7,3 +7,10 @@ cd portable ./autogen.sh CC=gcc ./configure --host=x86_64-w64-mingw32 make +cp tls/.libs/libtls.a /root +cp ssl/.libs/libbs.a /root +cp ssl/.libs/libssl.a /root +cp crypto/.libs/libcompat.a /root +cp crypto/.libs/libcompatnoopt.a /root +cp crypto/.libs/libcrypto.a /root + -- cgit v1.2.3-55-g6feb