From 02f9d83585e03fb8d1c9d8bf5059db5b4acefd98 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 5 Jun 2018 09:37:14 +0200 Subject: [PATCH] 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) --- crypto/sm2/sm2_za.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2