projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b58b61
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Wed, 16 Jan 2002 19:22:13 +0000
(19:22 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 16 Jan 2002 19:22:13 +0000
(19:22 +0000)
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index 83fd9f87b94a32e1e30954025d609fa6944c0131..276b81183d2922162c0c034867e9c11558f1d83e 100644
(file)
--- a/
util/selftest.pl
+++ b/
util/selftest.pl
@@
-58,7
+58,7
@@
chomp $cversion;
if (open(IN,"<CHANGES")) {
while(<IN>) {
- if (/\*\) (.{0,55})/) {
+ if (/\*\) (.{0,55})/
&& !/applies to/
) {
$last=$1;
last;
}