aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-19 16:17:58 +0000
committerMatt Caswell <matt@openssl.org>2018-03-19 17:12:19 +0000
commit1bf2cc237e8ac8177a36d179441327f170f96f1b (patch)
treec22806bfdc88cdfbc67b2e62f1a9693038427477 /Configure
parent1a54618ba6ec09b85f00f5ca12ef275b429ff18a (diff)
downloadopenssl-1bf2cc237e8ac8177a36d179441327f170f96f1b.zip
openssl-1bf2cc237e8ac8177a36d179441327f170f96f1b.tar.gz
openssl-1bf2cc237e8ac8177a36d179441327f170f96f1b.tar.bz2
Fix no-sm2
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5673)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index e2c0604..3daba80 100755
--- a/Configure
+++ b/Configure
@@ -382,6 +382,7 @@ my @disablables = (
"seed",
"shared",
"siphash",
+ "sm2",
"sm3",
"sm4",
"sock",