Skip to content

Commit e21d0b3

Browse files
committed
debug 3
1 parent 837ea37 commit e21d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libressl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _VER="$1"
4343
CPPFLAGS+=' -DS2N_BN_HIDE_SYMBOLS'
4444

4545
if [ "${_OS}" = 'mac' ]; then
46-
#CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
46+
CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
4747

4848
# Workaround for mis-detecting 'strtonum' successfully despite targeting
4949
# older OS version, then using it.

0 commit comments

Comments
 (0)