dfaeaaee32
- Fixed incorrect reporting of fips status in configure.ac at compile time - Fixed default OpenSSL directory issue by using with-ssl - Updates local patches - 1155977: Fixes man page issues
13 lines
569 B
Diff
13 lines
569 B
Diff
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])
|