Skip to content

Commit

Permalink
drop workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 15, 2024
1 parent 0161605 commit c88ce98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ _VER="$1"

if [ "${_CC}" = 'llvm' ]; then
CFLAGS+=' -Wa,--noexecstack'
elif [ "${LIBRESSL_VER_}" = '3.9.2' ]; then
CFLAGS+=' -Wno-attributes'
fi

CPPFLAGS+=' -DS2N_BN_HIDE_SYMBOLS'
Expand Down

0 comments on commit c88ce98

Please sign in to comment.