mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
The check for fips.h requires stddef.h
This commit is contained in:
parent
bc38f04072
commit
9585312903
2 changed files with 4 additions and 0 deletions
|
@ -587,6 +587,7 @@ if test -n "$WITH_FIPS"; then
|
|||
# first, we need to find the include file <openssl/fips.h>
|
||||
AC_CACHE_VAL(sc_cv_have_openssl_fips_h,
|
||||
[AC_TRY_COMPILE([#define OPENSSL_FIPS
|
||||
#include <stddef.h>
|
||||
#include <openssl/fips.h>],[;],
|
||||
[sc_cv_have_openssl_fips_h=yes; ],
|
||||
[sv_cv_have_openssl_fips_h=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue