diff options
author | Richard Levitte <levitte@openssl.org> | 2019-08-19 08:55:53 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-09-26 22:41:47 +0200 |
commit | 318e074e1f55c556d0ab4f9e3fbdca7c9b284847 (patch) | |
tree | 81f256ac53a6438e82cf54535e2cafacd00aab1b /Configure | |
parent | Configure, build.info: make it possible to use variables in indexes (diff) | |
download | openssl-318e074e1f55c556d0ab4f9e3fbdca7c9b284847.tar.xz openssl-318e074e1f55c556d0ab4f9e3fbdca7c9b284847.zip |
When building of modules is disabled, build the legacy provider into libcrypto
This makes the legacy provider available regardless of building conditions.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9637)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ my @disable_cascades = ( # or modules. "pic" => [ "shared", "module" ], - "module" => [ "fips", "legacy" ], + "module" => [ "fips" ], "engine" => [ grep /eng$/, @disablables ], "hw" => [ "padlockeng" ], |