]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Configure
providers: add Argon2 KDF
[thirdparty/openssl.git] / Configure
index b6bbec0a85c41d30d981a5d152be42ad59c7ba5e..6ef882f5a3fb4d302e2f7628ba6c836a7e794424 100755 (executable)
--- 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" ]
     );