[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Sep 12 00:11:34 UTC 2018
The branch master has been updated
via 88ea3685e4bf30fc529fe46e19effc6317726de8 (commit)
from 9dfc868025721873952f7765e59ae9fee45a276a (commit)
- Log -----------------------------------------------------------------
commit 88ea3685e4bf30fc529fe46e19effc6317726de8
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)
-----------------------------------------------------------------------
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