summaryrefslogtreecommitdiffstats
path: root/util/selftest.pl
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-27 08:48:55 +0000
committerNils Larsch <nils@openssl.org>2005-04-27 08:48:55 +0000
commit69af4faec187b1e589c0328cea79054469ca06d0 (patch)
tree1d3fa213e9d5fa771da310dd020055d8c89c8b47 /util/selftest.pl
parentdf9e0bf507de54fcd17f42bd7e602454b9f99bf2 (diff)
no Makefile.ssl anymore
Diffstat (limited to 'util/selftest.pl')
-rw-r--r--util/selftest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index 276b81183d..e9d5aa8938 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -34,9 +34,9 @@ foreach $_ (split("\n",$c)) {
$platform0=$1 if (/Configuring for (.*)$/);
}
-system "sh config" if (! -f "Makefile.ssl");
+system "sh config" if (! -f "Makefile");
-if (open(IN,"<Makefile.ssl")) {
+if (open(IN,"<Makefile")) {
while (<IN>) {
$version=$1 if (/^VERSION=(.*)$/);
$platform=$1 if (/^PLATFORM=(.*)$/);