Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 16, 2024
1 parent c792563 commit 4f47de3
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 4f47de3

Please sign in to comment.