projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf2cc2
)
Fix no-ec
author
Matt Caswell
<matt@openssl.org>
Mon, 19 Mar 2018 16:24:49 +0000
(16:24 +0000)
committer
Matt Caswell
<matt@openssl.org>
Mon, 19 Mar 2018 17:12:19 +0000
(17:12 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5673)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 3daba802dbb7fd8b80a2902bd08e2e2358730b59..a85beeaf6ef03c6cdf0efd42f5a0bf065cbdb817 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-485,7
+485,7
@@
my @disable_cascades = (
"apps" => [ "tests" ],
"tests" => [ "external-tests" ],
"comp" => [ "zlib" ],
- "ec" => [ "tls1_3" ],
+ "ec" => [ "tls1_3"
, "sm2"
],
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
sub { !$disabled{"msan"} } => [ "asm" ],