mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Stop perl warning.
This commit is contained in:
parent
987bebaf8c
commit
40e950aed6
@ -432,7 +432,11 @@ sub do_defs
|
||||
|
||||
print STDERR "DEBUG: parsing ----------\n" if $debug;
|
||||
while(<IN>) {
|
||||
last if (/\/\* Error codes for the \w+ functions\. \*\//);
|
||||
if (/\/\* Error codes for the \w+ functions\. \*\//)
|
||||
{
|
||||
undef @tag;
|
||||
last;
|
||||
}
|
||||
if ($line ne '') {
|
||||
$_ = $line . $_;
|
||||
$line = '';
|
||||
|
Loading…
Reference in New Issue
Block a user