From: Nils Larsch Date: Wed, 27 Apr 2005 08:48:55 +0000 (+0000) Subject: no Makefile.ssl anymore X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~100 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69af4faec187b1e589c0328cea79054469ca06d0;p=oweals%2Fopenssl.git no Makefile.ssl anymore --- 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,") { $version=$1 if (/^VERSION=(.*)$/); $platform=$1 if (/^PLATFORM=(.*)$/);