summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index b6bbec0a85..6ef882f5a3 100755
--- a/Configure
+++ b/Configure
@@ -408,6 +408,7 @@ my @dtls = qw(dtls1 dtls1_2);
my @disablables = (
"acvp-tests",
"afalgeng",
+ "argon2",
"aria",
"asan",
"asm",
@@ -669,6 +670,8 @@ my @disable_cascades = (
"threads" => [ "thread-pool" ],
"thread-pool" => [ "default-thread-pool" ],
+ "blake2" => [ "argon2" ],
+
"deprecated-3.0" => [ "engine", "srp" ]
);