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:
9c64135
)
Fix typo in evp.h.
author
Andy Polyakov
<appro@openssl.org>
Wed, 12 Oct 2005 20:39:22 +0000
(20:39 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 12 Oct 2005 20:39:22 +0000
(20:39 +0000)
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/crypto/evp/evp.h
b/crypto/evp/evp.h
index 63e6b2d5194e0924de303ab46aa1936b60ebb5ec..56eec23fef57c9ab9cd43a32d24b5285552a1411 100644
(file)
--- a/
crypto/evp/evp.h
+++ b/
crypto/evp/evp.h
@@
-135,7
+135,7
@@
#ifdef OPENSSL_FIPS
#define EVP_MAX_MD_SIZE 64 /* longest known SHA512 */
#else
-#define E
X
P_MAX_MD_SIZE (16+20) /* The SSLv3 md5+sha1 type */
+#define E
V
P_MAX_MD_SIZE (16+20) /* The SSLv3 md5+sha1 type */
#endif
#define EVP_MAX_KEY_LENGTH 32
#define EVP_MAX_IV_LENGTH 16