projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7559a
)
Fix FIPS typo.
author
Ben Laurie
<ben@openssl.org>
Wed, 18 Feb 2009 10:27:23 +0000
(10:27 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 18 Feb 2009 10:27:23 +0000
(10:27 +0000)
crypto/evp/enc_min.c
patch
|
blob
|
history
diff --git
a/crypto/evp/enc_min.c
b/crypto/evp/enc_min.c
index 3cb4626bef8d46a9c7e8e4414893a4311049e79c..7fba38ee246200b0541ff3778e7ed8120503539a 100644
(file)
--- 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);