]> git.ipfire.org Git - thirdparty/openssl.git/commit
OpenSSL::Ordinals: Add options for the writing functions
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Oct 2020 04:27:51 +0000 (06:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Oct 2020 08:19:47 +0000 (10:19 +0200)
commit0c12ca7294ac887d3d07a3294d1ee7c35a2be7e4
treebc7792b850b6d384aee3cdc5d0ee984708ce528e
parentcad809592579e62c7d38407bdcb11b942571d535
OpenSSL::Ordinals: Add options for the writing functions

OpenSSL::Ordinals::rewrite() and OpenSSL::Ordinals::write() now take
options, that are simply passed to OpenSSL::Ordinals::items().  The
'sort' option is forbidden, though, since write() already uses it, but
that means it's possible to filter the output.

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