Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 16, 2024
1 parent 4f47de3 commit 4c7c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c7c9ff

Please sign in to comment.