]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/progs.pl
OPENSSL_NO_xxx cleanup: many removals
[thirdparty/openssl.git] / apps / progs.pl
index 2b1efd8fed33effc1a2dabf845208b6c45e96a94..8695742f28fc3a3e23c08aed59d6b0ca4e993554 100644 (file)
@@ -33,8 +33,6 @@ foreach (@ARGV)
        $str="\t{FUNC_TYPE_GENERAL,\"$_\",${_}_main},\n";
        if (($_ =~ /^s_/) || ($_ =~ /^ciphers$/))
                { print "#if !defined(OPENSSL_NO_SOCK)\n${str}#endif\n"; } 
-       elsif ( ($_ =~ /^speed$/))
-               { print "#ifndef OPENSSL_NO_SPEED\n${str}#endif\n"; }
        elsif ( ($_ =~ /^engine$/))
                { print "#ifndef OPENSSL_NO_ENGINE\n${str}#endif\n"; }
        elsif ( ($_ =~ /^rsa$/) || ($_ =~ /^genrsa$/) || ($_ =~ /^rsautl$/))