there's no such thing as Makefile.ssl anymore
This commit is contained in:
parent
4d6e7733fa
commit
a7a90b2f00
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue