OpenSSL::Ordinals: when validating, collect statistics on unassigned syms
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Nov 2019 09:31:04 +0000 (10:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Nov 2019 21:44:21 +0000 (22:44 +0100)
commita4aab7871939d3661557fd843e0d411bbaa78bc6
tree7c4a4431a943902c545c98c012bc47bd807f256e
parent81ddd952ea1c4f80df45435fb927fd0c6314a008
OpenSSL::Ordinals: when validating, collect statistics on unassigned syms

If a script wants to display how many symbols have assigned numbers
and how many don't, this gives them those numbers.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10348)
util/perl/OpenSSL/Ordinals.pm