mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
port to RHEL6 - fips.h
This commit is contained in:
parent
7a3ed71270
commit
0cf1e34018
2 changed files with 7 additions and 1 deletions
|
@ -525,7 +525,9 @@ AC_ARG_ENABLE(fips, [ --disable-fips disable OpenSSL FIPS support],
|
|||
|
||||
if test -n "$WITH_FIPS"; then
|
||||
if test -n "$WITH_OPENSSL"; then
|
||||
if test "$sc_cv_have_openssl_ssl_h" != "yes" -o "$sc_cv_have_libssl" != "yes"; then
|
||||
AC_CHECK_PROG(HAVE_FIPSLD, fipsld, 1)
|
||||
if test "$sc_cv_have_openssl_ssl_h" != "yes" -o "$sc_cv_have_libssl" != "yes" -o ! "$HAVE_FIPSLD";
|
||||
then
|
||||
AC_MSG_WARN([not all components of OpenSSL found, disabling FIPS]);
|
||||
WITH_FIPS=
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue