stunnel/stunnel-configure-ac.patch

13 lines
569 B
Diff
Raw Normal View History

diff -urNp stunnel-5.08/configure.ac stunnel-5.08-patched/configure.ac
--- stunnel-5.08/configure.ac 2014-11-10 05:39:19.000000000 -0500
+++ stunnel-5.08-patched/configure.ac 2014-11-23 01:20:36.100644932 -0500
@@ -361,7 +361,7 @@ AC_ARG_ENABLE(fips,
[ --disable-fips disable OpenSSL FIPS support],
[
case "$enableval" in
- yes) AC_MSG_RESULT([no])
+ yes) AC_MSG_RESULT([yes])
use_fips="yes"
AC_DEFINE([USE_FIPS], [1],
[Define to 1 to enable OpenSSL FIPS support])