From: Richard Levitte Date: Wed, 12 Sep 2018 00:06:26 +0000 (+0200) Subject: crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88ea3685e4bf30fc529fe46e19effc6317726de8;p=openssl crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined Fixes #7186 Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/7193) --- diff --git a/crypto/sm2/sm2_sign.c b/crypto/sm2/sm2_sign.c index e594ffd10a..0f9c14cb5f 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 #include #include