From 0ee5808fed3a3b4ec5f54f0338e5f8e30472b797 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 29 Sep 2020 12:13:28 -0400 Subject: [PATCH] Add a few more OPENSSL_NO_* constants. Bumping OPENSSL_VERSION_NUMBER to 1.1.1 pulled in a few more to define for compatibility. Change-Id: I596c537d230f126dd53e8abe32c5132968a54826 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/43104 Reviewed-by: Adam Langley --- include/openssl/opensslconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/openssl/opensslconf.h b/include/openssl/opensslconf.h index 3c6ffd8be..3f1faf324 100644 --- a/include/openssl/opensslconf.h +++ b/include/openssl/opensslconf.h @@ -55,6 +55,9 @@ #define OPENSSL_NO_RMD160 #define OPENSSL_NO_SCTP #define OPENSSL_NO_SEED +#define OPENSSL_NO_SM2 +#define OPENSSL_NO_SM3 +#define OPENSSL_NO_SM4 #define OPENSSL_NO_SRP #define OPENSSL_NO_SSL2 #define OPENSSL_NO_SSL3