From: Ulf Möller Date: Fri, 16 Jul 1999 00:49:51 +0000 (+0000) Subject: Did not check the last SDIR line for excluded algorithms. X-Git-Tag: OpenSSL_0_9_4~95 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6f0420dfe612c5668831d273fe32e0e144838d4;p=oweals%2Fopenssl.git Did not check the last SDIR line for excluded algorithms. --- diff --git a/Configure b/Configure index d88ae23977..b823037c33 100755 --- a/Configure +++ b/Configure @@ -509,13 +509,13 @@ while () { 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/;