13 lines
565 B
Diff
13 lines
565 B
Diff
diff -urNp stunnel-5.10/configure.ac stunnel-5.10-patch/configure.ac
|
|
--- stunnel-5.10/configure.ac 2015-01-20 09:30:22.000000000 -0500
|
|
+++ stunnel-5.10-patch/configure.ac 2015-01-28 13:50:46.282363420 -0500
|
|
@@ -273,7 +273,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])
|