Skip to content

Commit

Permalink
Update to latest apisupport code
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Jun 27, 2024
1 parent 1edaae6 commit 9184262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libcperciva/apisupport/Build/apisupport-LIBSSL-HOST_NAME.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <stddef.h>

#include <openssl/ssl.h>

int
Expand Down
4 changes: 3 additions & 1 deletion libcperciva/apisupport/Build/apisupport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ feature NONPOSIX SETGROUPS "" "" \
"-U_POSIX_C_SOURCE -U_XOPEN_SOURCE" \
"-U_POSIX_C_SOURCE -U_XOPEN_SOURCE -Wno-reserved-id-macro"

# Detect how to compile libssl code.
# Detect how to compile libssl and libcrypto code.
feature LIBSSL HOST_NAME "-lssl" "" \
"-Wno-cast-qual"
feature LIBCRYPTO LOW_LEVEL_AES "-lcrypto" "" \
"-Wno-deprecated-declarations"

0 comments on commit 9184262

Please sign in to comment.