Add -module option to util/mkerr.pl
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Jun 2017 18:06:56 +0000 (20:06 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Jun 2017 20:35:28 +0000 (22:35 +0200)
commit964ff301d6b50dabdb9daeb533f337e015f0419f
tree5fd3cc27f9436a04a3b2970fcd30ebe3604afc22
parent2234212c3dde887e0b7fa08277d035cd132e2cce
Add -module option to util/mkerr.pl

Sometimes, one might only want to rework a subset of all the internal
error codes.  -module allows the caller to specify exactly which
library modules to rewrite.

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