summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-17 14:25:12 +0200
committerRichard Levitte <levitte@openssl.org>2021-05-19 10:13:02 +0200
commitda51dc5f68c9e7924be3d5071ba8aea439a4d1c9 (patch)
tree7ed68e17fb2f48e22bccfe73f097468c85cce4b4 /tools
parent8a734d3aaf4e4784581b87cdf2a4b3e2c2403b97 (diff)
downloadopenssl-new-da51dc5f68c9e7924be3d5071ba8aea439a4d1c9.tar.gz
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)
Diffstat (limited to 'tools')
-rw-r--r--tools/c_rehash.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c_rehash.in b/tools/c_rehash.in
index 1566d141d3..54cad6138b 100644
--- a/tools/c_rehash.in
+++ b/tools/c_rehash.in
@@ -1,5 +1,5 @@
#!{- $config{HASHBANGPERL} -}
-
+{- use OpenSSL::Util; -}
# {- join("\n# ", @autowarntext) -}
# Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
#