util/mknum.pl: Call OpenSSL::Ordinals::renumber() for real releases
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Nov 2019 09:34:10 +0000 (10:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Nov 2019 21:44:21 +0000 (22:44 +0100)
commit8635730333af792fae75394bb593afe4054da238
tree9b875da88c056775ab301e56cc19d45d99fde40e
parente4f2d539f631060654faf3b45f54e222637109ac
util/mknum.pl: Call OpenSSL::Ordinals::renumber() for real releases

When the source isn't in development any more (the version number
doesn't the tags 'dev' or 'alpha'), we renumber the unassigned symbols
to ensure that we have fixed numbers on all.

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/mknum.pl