We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837ea37 commit e21d0b3Copy full SHA for e21d0b3
libressl.sh
@@ -43,7 +43,7 @@ _VER="$1"
43
CPPFLAGS+=' -DS2N_BN_HIDE_SYMBOLS'
44
45
if [ "${_OS}" = 'mac' ]; then
46
- #CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
+ CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
47
48
# Workaround for mis-detecting 'strtonum' successfully despite targeting
49
# older OS version, then using it.
0 commit comments