there's no such thing as Makefile.ssl anymore

This commit is contained in:
Bodo Möller 2005-04-26 23:22:49 +00:00
parent 4d6e7733fa
commit a7a90b2f00

View File

@ -18,7 +18,7 @@ while(<IN>) {
}
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";