crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
Fixes #7186 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7193)
This commit is contained in:
parent
9dfc868025
commit
88ea3685e4
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue