OpenSSL::Ordinals: add a renumber() function, to assign unassigned symbols
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Nov 2019 09:29:53 +0000 (10:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Nov 2019 21:44:21 +0000 (22:44 +0100)
commit81ddd952ea1c4f80df45435fb927fd0c6314a008
tree3135bf043fbc89abc626fd9be5825bd638f17ea6
parent3da95f3c5159b8404917e3ff349566488c28f798
OpenSSL::Ordinals: add a renumber() function, to assign unassigned symbols

This should be used when it's time to assign constant numbers to the
unassigned symbols.

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