util/ck_errf.pl: add detection of unknown libcrypto and libssl libs
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Jun 2018 14:26:19 +0000 (16:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Jun 2018 15:52:28 +0000 (17:52 +0200)
commita21180b70f6372fee836557df187d72f7a91b686
tree8abcceade2e5ba7d76bb1358a274bae2e88402b6
parentfa92c69aafc40a87c9b0dded9c365348a8ac4b33
util/ck_errf.pl: add detection of unknown libcrypto and libssl libs

The list of known libs are readily available in crypto/err/openssl.ec,
so lets use it to figure out if all error function codes belong to
known libs.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6455)
util/ck_errf.pl