]> granicus.if.org Git - openssl/commit
Make 'with_fallback' use 'use' instead of 'require'
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Jul 2018 19:07:25 +0000 (21:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jul 2018 14:32:20 +0000 (16:32 +0200)
commite9bc5706744213a1a6748dbbcd1b43a6ad4ca09e
tree97f9ef53144a7bce7a358a510d8b53d9064da0ec
parent3550d9159f0c89b2ae1c01e81e31649d1b357d06
Make 'with_fallback' use 'use' instead of 'require'

This enables us to require module versions, and to fall back to a
bundled version if the system version is too low.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6682)
util/perl/with_fallback.pm