Provide framework for auto initialise/deinitialise of the library
[openssl.git] / Configure
index 97df83c0db82ce3e82777b59cf5bbc1cf4700b86..ba21c4f85fe4dd9105c12f8a68af2ac391d49176 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -227,6 +227,7 @@ my @disablables = (
     "aes",
     "asm",
     "async",
+    "autoalginit",
     "bf",
     "camellia",
     "capieng",
@@ -741,7 +742,8 @@ foreach (sort (keys %disabled))
                my ($ALGO, $algo);
                ($ALGO = $algo = $_) =~ tr/[\-a-z]/[_A-Z]/;
 
-               if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/ || /^async$/)
+               if (/^asm$/ || /^err$/ || /^hw$/ || /^hw-/ || /^async$/
+                               || /^autoalginit/)
                        {
                        push @{$config{openssl_other_defines}}, "OPENSSL_NO_$ALGO";
                        print " OPENSSL_NO_$ALGO";