summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-02-18 10:27:23 +0000
committerBen Laurie <ben@openssl.org>2009-02-18 10:27:23 +0000
commite26ad0c4fd9024519b4346f3ae1289b75b1d191d (patch)
tree0277758733f35f6c495739307dc6a6a34165ddf8 /crypto/evp
parent6e7559ac7fb77ea6208f93a9689b0181f481429d (diff)
Fix FIPS typo.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/enc_min.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/enc_min.c b/crypto/evp/enc_min.c
index 3cb4626bef..7fba38ee24 100644
--- a/crypto/evp/enc_min.c
+++ b/crypto/evp/enc_min.c
@@ -199,7 +199,7 @@ int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *imp
enc = 1;
ctx->encrypt = enc;
}
-#ifdef OPENSSL_NO_FIPS
+#ifdef OPENSSL_FIPS
if(FIPS_selftest_failed())
{
FIPSerr(FIPS_F_EVP_CIPHERINIT_EX,FIPS_R_FIPS_SELFTEST_FAILED);