From: Kelvin Lee Date: Sun, 27 Oct 2019 07:22:34 +0000 (+1100) Subject: Fix undefined array OPENSSL_ia32cap_P. X-Git-Tag: openssl-3.0.0-alpha1~1073 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f702256d5514e54138279fd4637353e328262817;p=oweals%2Fopenssl.git Fix undefined array OPENSSL_ia32cap_P. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Patrick Steuer (Merged from https://github.com/openssl/openssl/pull/10274) --- diff --git a/crypto/evp/e_rc4_hmac_md5.c b/crypto/evp/e_rc4_hmac_md5.c index fc519d9042..f0168219f1 100644 --- 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 #include #include