Did not check the last SDIR line for excluded algorithms.
authorUlf Möller <ulf@openssl.org>
Fri, 16 Jul 1999 00:49:51 +0000 (00:49 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 16 Jul 1999 00:49:51 +0000 (00:49 +0000)
Configure

index d88ae2397780046111c2d9a68bab3bd57be70d51..b823037c335e8fd76eb9562250742ca312cb5d58 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -509,13 +509,13 @@ while (<IN>)
        {
        chop;
        $sdirs = 1 if /^SDIRS=/;
-       $sdirs = 0 unless /\\$/;
        if ($sdirs) {
                my $dir;
                foreach $dir (@skip) {
                        s/$dir//;
                        }
                }
+       $sdirs = 0 unless /\\$/;
        s/^VERSION=.*/VERSION=$version/;
        s/^MAJOR=.*/MAJOR=$major/;
        s/^MINOR=.*/MINOR=$minor/;