commit | f6f0420dfe612c5668831d273fe32e0e144838d4 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Fri Jul 16 00:49:51 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Fri Jul 16 00:49:51 1999 +0000 |
tree | 8e5442334b3d4f6b480878a88076020525455097 | |
parent | cfa3747ba95ed154caedf99f847082c72f867a27 [diff] [blame] |
Did not check the last SDIR line for excluded algorithms.
diff --git a/Configure b/Configure index d88ae23..b823037 100755 --- a/Configure +++ b/Configure
@@ -509,13 +509,13 @@ { 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/;