[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Jun 5 08:13:54 UTC 2018


The branch master has been updated
       via  02f9d83585e03fb8d1c9d8bf5059db5b4acefd98 (commit)
      from  722add716bce487f5818cc57cb594fd526454b70 (commit)


- Log -----------------------------------------------------------------
commit 02f9d83585e03fb8d1c9d8bf5059db5b4acefd98
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Jun 5 09:37:14 2018 +0200

    crypto/sm2/sm2_za.c: include internal/numbers.h
    
    Needed for the platforms that don't define UINT16_MAX.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6414)

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

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

diff --git a/crypto/sm2/sm2_za.c b/crypto/sm2/sm2_za.c
index a9560c3..94d0dac 100644
--- a/crypto/sm2/sm2_za.c
+++ b/crypto/sm2/sm2_za.c
@@ -15,6 +15,7 @@
 #include <openssl/evp.h>
 #include <openssl/bn.h>
 #include <string.h>
+#include "internal/numbers.h"
 
 int sm2_compute_userid_digest(uint8_t *out,
                               const EVP_MD *digest,


More information about the openssl-commits mailing list