Remove structures that are no longer used.
[openssl.git] / Configure
index 7ac8a6ef14f6f87b8bbba2c87cb9d08355246d68..cfa06fab59b7cdb1d955a44f5eb21a7af2171231 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -422,7 +422,7 @@ foreach (@ARGV)
                {
                $no_asm=1;
                $flags .= "-DNO_ASM ";
-               $openssl_algorithm_defines .= "#define NO_ASM\n";
+               $openssl_other_defines .= "#define NO_ASM\n";
                }
        elsif (/^no-threads$/)
                { $no_threads=1; }
@@ -557,7 +557,7 @@ else
        my $def;
        foreach $def (split ' ',$thread_cflag)
                {
-               if ($def =~ s/^-D//)
+               if ($def =~ s/^-D// && $def !~ /^_/)
                        {
                        $thread_defines .= "#define $def\n";
                        }