Fix undefined array OPENSSL_ia32cap_P.
authorKelvin Lee <kiyolee@gmail.com>
Sun, 27 Oct 2019 07:22:34 +0000 (18:22 +1100)
committerPatrick 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

index fc519d90429bc3c328d0d88ffc6b9b57ea210cf2..f0168219f12b53c88245c4e59fa3c328ef541eff 100644 (file)
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
  * https://www.openssl.org/source/license.html
  */
 
+#include <internal/cryptlib.h>
 #include <openssl/opensslconf.h>
 
 #include <stdio.h>
 #include <openssl/opensslconf.h>
 
 #include <stdio.h>