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:
e4be79a
)
type
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 13 Jul 2012 11:17:56 +0000
(11:17 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 13 Jul 2012 11:17:56 +0000
(11:17 +0000)
crypto/evp/digest.c
patch
|
blob
|
history
diff --git
a/crypto/evp/digest.c
b/crypto/evp/digest.c
index 0abd3ce48da5931895b3a43de4a87559691bc653..cfd5401dbd2380ae67a802e43eb74d7fdf4b6e31 100644
(file)
--- a/
crypto/evp/digest.c
+++ b/
crypto/evp/digest.c
@@
-145,7
+145,7
@@
int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type)
int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
{
EVP_MD_CTX_clear_flags(ctx,EVP_MD_CTX_FLAG_CLEANED);
-#ifdef OPENSSL_FIPS
_
+#ifdef OPENSSL_FIPS
/* If FIPS mode switch to approved implementation if possible */
if (FIPS_mode())
{