From 4c7c9fff0372f75ed2bb02ca27470be6634bf4e6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Oct 2024 03:45:42 +0200 Subject: [PATCH] debug 3 --- libressl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl.sh b/libressl.sh index b712c84fc..7a51e89be 100755 --- a/libressl.sh +++ b/libressl.sh @@ -43,7 +43,7 @@ _VER="$1" CPPFLAGS+=' -DS2N_BN_HIDE_SYMBOLS' if [ "${_OS}" = 'mac' ]; then - #CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden + CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden # Workaround for mis-detecting 'strtonum' successfully despite targeting # older OS version, then using it.