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:
0e3a930
)
stop warning
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 Jan 2012 18:45:18 +0000
(18:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 Jan 2012 18:45:18 +0000
(18:45 +0000)
util/mkerr.pl
patch
|
blob
|
history
diff --git
a/util/mkerr.pl
b/util/mkerr.pl
index c404a95307728240b6b16191c01031ebac3b9b5c..5775b86a4fe9dc54cde884f896c5de5873632447 100644
(file)
--- a/
util/mkerr.pl
+++ b/
util/mkerr.pl
@@
-680,7
+680,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)
{