Move some OpenSSL perl utility functions to OpenSSL::Util
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 12:25:12 +0000 (14:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 08:13:02 +0000 (10:13 +0200)
commitda51dc5f68c9e7924be3d5071ba8aea439a4d1c9
tree7ed68e17fb2f48e22bccfe73f097468c85cce4b4
parent8a734d3aaf4e4784581b87cdf2a4b3e2c2403b97
Move some OpenSSL perl utility functions to OpenSSL::Util

quotify1() and quotify_l() were in OpenSSL::Template, but should be
more widely usable.

configdata.pm.in's out_item() is also more widely useful and is
therefore moved to OpenSSL::Util as well, and renamed to dump_data().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15310)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
configdata.pm.in
tools/c_rehash.in
util/perl/OpenSSL/Template.pm
util/perl/OpenSSL/Util.pm