mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
*** empty log message ***
This commit is contained in:
parent
1b58b616e3
commit
e29f478a7a
@ -58,7 +58,7 @@ chomp $cversion;
|
|||||||
|
|
||||||
if (open(IN,"<CHANGES")) {
|
if (open(IN,"<CHANGES")) {
|
||||||
while(<IN>) {
|
while(<IN>) {
|
||||||
if (/\*\) (.{0,55})/) {
|
if (/\*\) (.{0,55})/ && !/applies to/) {
|
||||||
$last=$1;
|
$last=$1;
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user