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:
7c2d95d
)
Fix undefined array OPENSSL_ia32cap_P.
author
Kelvin Lee
<kiyolee@gmail.com>
Sun, 27 Oct 2019 07:22:34 +0000
(18:22 +1100)
committer
Patrick Steuer
<patrick.steuer@de.ibm.com>
Wed, 30 Oct 2019 09:45:40 +0000
(10:45 +0100)
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/10274)
crypto/evp/e_rc4_hmac_md5.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_rc4_hmac_md5.c
b/crypto/evp/e_rc4_hmac_md5.c
index fc519d90429bc3c328d0d88ffc6b9b57ea210cf2..f0168219f12b53c88245c4e59fa3c328ef541eff 100644
(file)
--- a/
crypto/evp/e_rc4_hmac_md5.c
+++ b/
crypto/evp/e_rc4_hmac_md5.c
@@
-7,6
+7,7
@@
* https://www.openssl.org/source/license.html
*/
+#include <internal/cryptlib.h>
#include <openssl/opensslconf.h>
#include <stdio.h>