From 36ee180604b4775ebc91fe77078e218d4be1cfbe Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 4 Nov 2024 12:03:20 -0600 Subject: Export openssl.exe --- init | 1 + meta.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/init b/init index 77716c8..8e33afd 100755 --- a/init +++ b/init @@ -13,4 +13,5 @@ cp ssl/.libs/libssl.a /root cp crypto/.libs/libcompat.a /root cp crypto/.libs/libcompatnoopt.a /root cp crypto/.libs/libcrypto.a /root +cp apps/openssl/openssl.exe /root diff --git a/meta.lua b/meta.lua index 387e77b..596f0b0 100644 --- a/meta.lua +++ b/meta.lua @@ -33,6 +33,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb ["libcompat.a"] = true, ["libcompatnoopt.a"] = true, ["libcrypto.a"] = true, + ["openssl.exe"] = true, }, timeout = 600, --Jeez this takes forever env = { -- cgit v1.2.3-55-g6feb