From: Bodo Möller Date: Tue, 26 Apr 2005 23:22:49 +0000 (+0000) Subject: there's no such thing as Makefile.ssl anymore X-Git-Tag: BEN_FIPS_TEST_8~42^2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7a90b2f00f812be189601d68438d3ff2e77d50a;p=openssl there's no such thing as Makefile.ssl anymore --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 26a5d036ed..6582823452 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -18,7 +18,7 @@ while() { } close(IN); -die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq ""; +die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq ""; $infile="MINFO";