summaryrefslogtreecommitdiffstats
path: root/engines/build.info
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2018-11-06 13:57:03 +0100
committerRichard Levitte <levitte@openssl.org>2019-02-12 20:06:00 +0100
commit2afebe0bab5e03c9ae1555fd79044940245d7235 (patch)
tree0777b1f930e7d334459bcba7392e5b9bd7b7e9d8 /engines/build.info
parentAArch64 assembly pack: authenticate return addresses. (diff)
downloadopenssl-2afebe0bab5e03c9ae1555fd79044940245d7235.tar.xz
openssl-2afebe0bab5e03c9ae1555fd79044940245d7235.zip
e_devcrypto: make the /dev/crypto engine dynamic
Engine has been moved from crypto/engine/eng_devcrypto.c to engines/e_devcrypto.c. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7859)
Diffstat (limited to 'engines/build.info')
-rw-r--r--engines/build.info13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/build.info b/engines/build.info
index 27f1cecf26..f94e620a02 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -10,6 +10,9 @@ IF[{- !$disabled{"engine"} -}]
IF[{- !$disabled{afalgeng} -}]
SOURCE[../libcrypto]=e_afalg.c
ENDIF
+ IF[{- !$disabled{"devcryptoeng"} -}]
+ SOURCE[../libcrypto]=e_devcrypto.c
+ ENDIF
ELSE
MODULES{engine}=padlock
SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -}
@@ -39,6 +42,16 @@ IF[{- !$disabled{"engine"} -}]
GENERATE[afalg.ld]=../util/engines.num
ENDIF
ENDIF
+ IF[{- !$disabled{"devcryptoeng"} -}]
+ ENGINES=devcrypto
+ SOURCE[devcrypto]=e_devcrypto.c
+ DEPEND[devcrypto]=../libcrypto
+ INCLUDE[devcrypto]=../include
+ IF[{- defined $target{shared_defflag} -}]
+ SHARED_SOURCE[devcrypto]=devcrypto.ld
+ GENERATE[devcrypto.ld]=../util/engines.num
+ ENDIF
+ ENDIF
MODULES{noinst,engine}=ossltest dasync
SOURCE[dasync]=e_dasync.c