summaryrefslogtreecommitdiffstats
path: root/util/selftest.pl
diff options
context:
space:
mode:
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=(.*)$/);