Fix configdata.pm.in's "use lib" for VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 15:20:58 +0000 (17:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 10:31:34 +0000 (12:31 +0200)
commit0c1428f4418cbd4d449bd43100017b85db17b17d
tree113fca2a0b7189c5a106bf685fbb0275f3370541
parenta1181fbdd0df70109c04283c564718b6f8d6ec18
Fix configdata.pm.in's "use lib" for VMS

`use lib` needs Unix formatted paths.  For VMS, it means that we must
make sure to convert paths, and we may as well generalise it.

In this case, we need to adapt the functions sourcedir() and sourcefile()

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15317)
configdata.pm.in