[openssl] master update

patrick.steuer at de.ibm.com patrick.steuer at de.ibm.com
Wed Oct 30 09:48:47 UTC 2019


The branch master has been updated
       via  f702256d5514e54138279fd4637353e328262817 (commit)
      from  7c2d95d47ccb3797f0da6bd4446747c6eee07b87 (commit)


- Log -----------------------------------------------------------------
commit f702256d5514e54138279fd4637353e328262817
Author: Kelvin Lee <kiyolee at gmail.com>
Date:   Sun Oct 27 18:22:34 2019 +1100

    Fix undefined array OPENSSL_ia32cap_P.
    
    CLA: trivial
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Patrick Steuer <patrick.steuer at de.ibm.com>
    (Merged from https://github.com/openssl/openssl/pull/10274)

-----------------------------------------------------------------------

Summary of changes:
 crypto/evp/e_rc4_hmac_md5.c | 1 +
 1 file changed, 1 insertion(+)

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 <internal/cryptlib.h>
 #include <openssl/opensslconf.h>
 
 #include <stdio.h>


More information about the openssl-commits mailing list