projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4e1ab
)
crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
author
Richard Levitte
<levitte@openssl.org>
Wed, 12 Sep 2018 00:06:26 +0000
(
02:06
+0200)
committer
Richard Levitte
<richard@levitte.org>
Wed, 12 Sep 2018 00:12:31 +0000
(
02:12
+0200)
Fixes #7186
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7193)
(cherry picked from commit
88ea3685e4bf30fc529fe46e19effc6317726de8
)
crypto/sm2/sm2_sign.c
patch
|
blob
|
history
diff --git
a/crypto/sm2/sm2_sign.c
b/crypto/sm2/sm2_sign.c
index e594ffd10a0bb29976bd42e1e492591e27d2b43e..0f9c14cb5f4c1fdee38a5dda7de2391a2bcb6312 100644
(file)
--- 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>