no Makefile.ssl anymore
[openssl.git] / util / selftest.pl
index 276b81183d2922162c0c034867e9c11558f1d83e..e9d5aa8938ec3d1f2d3f9fa82d49b68ef0ff86a7 100644 (file)
@@ -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=(.*)$/);