Commit a7a90b2f authored by Bodo Möller's avatar Bodo Möller
Browse files

there's no such thing as Makefile.ssl anymore

parent 4d6e7733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";