]> git.ipfire.org Git - thirdparty/openssl.git/commit
OpenSSL::Util::Pod: allow slashes in names
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Feb 2019 11:10:14 +0000 (12:10 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Feb 2019 17:36:31 +0000 (18:36 +0100)
commit4ca00f934f0b86dc1112c360f4b2ce3bd7ab8c93
tree61c7c32b4f4079027cdd50a7faf2d9c95a8ded7a
parent7753be74a3c90e21d0d29d6131d9e751476f81ec
OpenSSL::Util::Pod: allow slashes in names

The names in the NAME section may describe headers, which contain a slash
for OpenSSL headers.  We deal with that by converting slashes to dashes
for the file names.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8286)
util/perl/OpenSSL/Util/Pod.pm