[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Wed Sep 12 00:12:47 UTC 2018


The branch OpenSSL_1_1_1-stable has been updated
       via  6258e244bf702dc981c8ad63ab61133b8bbf2ba3 (commit)
      from  fc4e1ab4708a3eb87a107df7e085d0d8125c5171 (commit)


- Log -----------------------------------------------------------------
commit 6258e244bf702dc981c8ad63ab61133b8bbf2ba3
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Sep 12 02:06:26 2018 +0200

    crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
    
    Fixes #7186
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7193)
    
    (cherry picked from commit 88ea3685e4bf30fc529fe46e19effc6317726de8)

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

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

diff --git a/crypto/sm2/sm2_sign.c b/crypto/sm2/sm2_sign.c
index e594ffd..0f9c14c 100644
--- a/crypto/sm2/sm2_sign.c
+++ b/crypto/sm2/sm2_sign.c
@@ -12,6 +12,7 @@
 #include "internal/sm2.h"
 #include "internal/sm2err.h"
 #include "internal/ec_int.h" /* ec_group_do_inverse_ord() */
+#include "internal/numbers.h"
 #include <openssl/err.h>
 #include <openssl/evp.h>
 #include <openssl/err.h>


More information about the openssl-commits mailing list