summaryrefslogtreecommitdiff
path: root/util/ck_errf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-17 16:33:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-17 16:33:31 +0000
commit5c95c2ac23dd30f3c458e2738598383d2ca58181 (patch)
tree181e8b7d0663eeed579bbe7f97760f0ddad52157 /util/ck_errf.pl
parent454dbbc593cd8d9ddd7969e94c6118fc64c57f7b (diff)
downloadopenssl-new-5c95c2ac23dd30f3c458e2738598383d2ca58181.tar.gz
Fix various error codes to match functions.
Diffstat (limited to 'util/ck_errf.pl')
-rwxr-xr-xutil/ck_errf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ck_errf.pl b/util/ck_errf.pl
index 344b422c34..fd6becc423 100755
--- a/util/ck_errf.pl
+++ b/util/ck_errf.pl
@@ -20,7 +20,7 @@ foreach $file (@ARGV)
$func = $1;
$func =~ tr/A-Z/a-z/;
}
- if (/([A-Z0-9]+)err\(([^,]+)/)
+ if (/([A-Z0-9]+)err\(([^,]+)/ && ! /ckerr_ignore/)
{
$errlib=$1;
$n=$2;