Commit 6258e244 authored by Richard Levitte's avatar Richard Levitte Committed by Richard Levitte
Browse files

crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined



Fixes #7186

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7193)

(cherry picked from commit 88ea3685)
parent fc4e1ab4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>