mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 13:03:39 +08:00
there's no such thing as Makefile.ssl anymore
This commit is contained in:
parent
4d6e7733fa
commit
a7a90b2f00
@ -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 New Issue
Block a user