summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/selftest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/selftest.pl')
-rw-r--r--crypto/openssl/util/selftest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/util/selftest.pl b/crypto/openssl/util/selftest.pl
index 276b811..e9d5aa8 100644
--- a/crypto/openssl/util/selftest.pl
+++ b/crypto/openssl/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=(.*)$/);
OpenPOWER on IntegriCloud