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:
b170703
)
fix deprecated statement
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Dec 2011 14:36:57 +0000
(14:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Dec 2011 14:36:57 +0000
(14:36 +0000)
util/mkerr.pl
patch
|
blob
|
history
diff --git
a/util/mkerr.pl
b/util/mkerr.pl
index 2c99467d34080dff7cebf44a75a73a7d37be9791..aec401c77318df1d1fd4c2d91ccde6a5c9bee1f0 100644
(file)
--- a/
util/mkerr.pl
+++ b/
util/mkerr.pl
@@
-769,7
+769,7
@@
EOF
undef %err_reason_strings;
}
-if($debug &&
defined(%notrans)
) {
+if($debug &&
%notrans
) {
print STDERR "The following function codes were not translated:\n";
foreach(sort keys %notrans)
{