util/ck_errf.pl: add functionality that brings it closer to util/mkerr.pl
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Jun 2018 06:53:14 +0000 (08:53 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Jun 2018 10:31:45 +0000 (12:31 +0200)
commitb9def672b123ce3d1102683f13c61bc68a07c5b0
tree21d6c8270b5d815d0b5c633323032371bc2ecb24
parent91f7361f47b082ae61ffe1a7b17bb2adf213c7fe
util/ck_errf.pl: add functionality that brings it closer to util/mkerr.pl

There was no option to give other config files than the default
crypto/err/openssl.ec, and yet it tried to check the errors generated
in engines (and failing, of course).

Also added the same '-internal' option as util/mkerr.pl.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6461)
util/ck_errf.pl