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:
722add7
)
crypto/sm2/sm2_za.c: include internal/numbers.h
author
Richard Levitte
<levitte@openssl.org>
Tue, 5 Jun 2018 07:37:14 +0000
(09:37 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 5 Jun 2018 07:37:14 +0000
(09:37 +0200)
Needed for the platforms that don't define UINT16_MAX.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6414)
crypto/sm2/sm2_za.c
patch
|
blob
|
history
diff --git
a/crypto/sm2/sm2_za.c
b/crypto/sm2/sm2_za.c
index a9560c3c04b4a924b42fef85d2e279231544ab91..94d0dac02fb90595c9da7adc9469a1de55236b76 100644
(file)
--- 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,