From: Richard Levitte Date: Tue, 5 Jun 2018 07:37:14 +0000 (+0200) Subject: crypto/sm2/sm2_za.c: include internal/numbers.h X-Git-Tag: OpenSSL_1_1_1-pre8~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02f9d83585e03fb8d1c9d8bf5059db5b4acefd98;p=oweals%2Fopenssl.git crypto/sm2/sm2_za.c: include internal/numbers.h Needed for the platforms that don't define UINT16_MAX. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/6414) --- diff --git a/crypto/sm2/sm2_za.c b/crypto/sm2/sm2_za.c index a9560c3c04..94d0dac02f 100644 --- a/crypto/sm2/sm2_za.c +++ b/crypto/sm2/sm2_za.c @@ -15,6 +15,7 @@ #include #include #include +#include "internal/numbers.h" int sm2_compute_userid_digest(uint8_t *out, const EVP_MD *digest,