summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-21 18:17:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-21 18:17:19 +0000
commit89b439fbf4392ef50ebe67270806896816ea26b4 (patch)
tree4816b31e1a6e7a4f9bc675d77841c4d54b651c97
parent7e92432b39e12be12d8405fd9bd20d6f9f58421e (diff)
downloadopenssl-new-89b439fbf4392ef50ebe67270806896816ea26b4.tar.gz
Update from 0.9.7-stable.
-rwxr-xr-xConfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/Configure b/Configure
index 5c186e341f..b894e61c01 100755
--- a/Configure
+++ b/Configure
@@ -1667,6 +1667,17 @@ 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);
+
+WARNING: OpenSSL has been configured using unsupported option(s) to internally
+generate a fipscanister.o object module for TESTING PURPOSES ONLY; that
+compiled module is NOT FIPS 140-2 validated and CANNOT be used to replace the
+OpenSSL FIPS Object Module as identified by the CMVP
+(http://csrc.nist.gov/cryptval/) in any application requiring the use of FIPS
+140-2 validated software.
+
+EOF
+
exit(0);
sub usage