From e29f1da219424062a1ac748884e4d1e394b058a7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Feb 2007 13:26:44 +0000 Subject: [PATCH] Fix from stable branch. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index b894e61c01..899eefb126 100755 --- a/Configure +++ b/Configure @@ -1667,7 +1667,7 @@ libraries on this platform, they will at least look at it and try their best (but please first make sure you have tried with a current version of OpenSSL). EOF -print <<\EOF if ($fipscanisterinternal); +print <<\EOF if ($fipscanisterinternal eq "y"); WARNING: OpenSSL has been configured using unsupported option(s) to internally generate a fipscanister.o object module for TESTING PURPOSES ONLY; that -- 2.25.1