summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-17 23:10:02 +0200
committerRichard Levitte <levitte@openssl.org>2021-05-22 14:12:51 +0200
commit4b2981f13e6d2090a656dec5e877b849331c3b69 (patch)
tree69664c09002d8b44df1640a007dcca3253e07610 /engines
parentb4810b70ff79bef340a9447789622b6066a6361b (diff)
Make it possible to disable the loader_attic engine
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15320)
Diffstat (limited to 'engines')
-rw-r--r--engines/build.info22
1 files changed, 12 insertions, 10 deletions
diff --git a/engines/build.info b/engines/build.info
index e275035946..cae014ecc6 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -69,8 +69,19 @@ IF[{- !$disabled{"engine"} -}]
GENERATE[devcrypto.ld]=../util/engines.num
ENDIF
ENDIF
+ IF[{- !$disabled{"loadereng"} -}]
+ MODULES{engine}=loader_attic
+ SOURCE[loader_attic]=e_loader_attic.c ../crypto/pem/pvkfmt.c
+ DEFINE[loader_attic]=OPENSSL_NO_PROVIDER_CODE
+ DEPEND[loader_attic]=../libcrypto
+ INCLUDE[loader_attic]=../include
+ IF[{- defined $target{shared_defflag} -}]
+ SOURCE[loader_attic]=loader_attic.ld
+ GENERATE[loader_attic.ld]=../util/engines.num
+ ENDIF
+ ENDIF
- MODULES{noinst,engine}=ossltest dasync loader_attic
+ MODULES{noinst,engine}=ossltest dasync
SOURCE[dasync]=e_dasync.c
DEPEND[dasync]=../libcrypto
INCLUDE[dasync]=../include
@@ -86,15 +97,6 @@ IF[{- !$disabled{"engine"} -}]
SOURCE[ossltest]=ossltest.ld
GENERATE[ossltest.ld]=../util/engines.num
ENDIF
-
- SOURCE[loader_attic]=e_loader_attic.c ../crypto/pem/pvkfmt.c
- DEFINE[loader_attic]=OPENSSL_NO_PROVIDER_CODE
- DEPEND[loader_attic]=../libcrypto
- INCLUDE[loader_attic]=../include
- IF[{- defined $target{shared_defflag} -}]
- SOURCE[loader_attic]=loader_attic.ld
- GENERATE[loader_attic.ld]=../util/engines.num
- ENDIF
ENDIF
GENERATE[e_padlock-x86.s]=asm/e_padlock-x86.pl
GENERATE[e_padlock-x86_64.s]=asm/e_padlock-x86_64.pl