Allow for types with leading underscore when checking error macros.
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Apr 2015 12:34:58 +0000 (14:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Apr 2015 12:34:58 +0000 (14:34 +0200)
commit0223ca0987aa8c3b0c4adc084c1f03a5e4e32288
tree98f1a5201867b8962166f190f1ed830fb340c5b9
parent5956b110e3d6137be07e52b1b3ea483a991ab84f
Allow for types with leading underscore when checking error macros.

We have an increasing number of function declarations starting with
'__owur'.  Unfortunately, util/ck_errf.pl fails to detect them.  A
simple change fixes that issue.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
util/ck_errf.pl