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.