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:
914d36b
)
Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.
author
Andy Polyakov
<appro@openssl.org>
Mon, 31 May 2004 13:28:23 +0000
(13:28 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 31 May 2004 13:28:23 +0000
(13:28 +0000)
crypto/hmac/hmac.h
patch
|
blob
|
history
diff --git
a/crypto/hmac/hmac.h
b/crypto/hmac/hmac.h
index 251c95fadea8cfb04421404b130f12a9d397e11f..719fc408ace4afb2bba3090376d2d2f07a670f64 100644
(file)
--- a/
crypto/hmac/hmac.h
+++ b/
crypto/hmac/hmac.h
@@
-66,7
+66,7
@@
#include <openssl/evp.h>
-#define HMAC_MAX_MD_CBLOCK
64
+#define HMAC_MAX_MD_CBLOCK
128 /* largest known is SHA512 */
#ifdef __cplusplus
extern "C" {