From 4f47de3e383171e92d496d42a588ee2bcee38d54 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Oct 2024 03:37:33 +0200 Subject: [PATCH] debug 2 --- libressl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl.sh b/libressl.sh index 7a51e89be..b712c84fc 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.