summaryrefslogtreecommitdiffstats
path: root/crypto/engine/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-24 16:19:00 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-28 12:54:33 +0200
commit619eb33a0c3dc488ba2bcc366633220813b701c7 (patch)
tree3fe0209771791d7e8b0de89005e3f74f6515780e /crypto/engine/build.info
parent9a32dcf42e2f728018a02b27df9734be480b7f3c (diff)
Add new /dev/crypto engine
Based on cryptodev-linux Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3744)
Diffstat (limited to 'crypto/engine/build.info')
-rw-r--r--crypto/engine/build.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/engine/build.info b/crypto/engine/build.info
index 47fe948966..e00802a3fd 100644
--- a/crypto/engine/build.info
+++ b/crypto/engine/build.info
@@ -6,3 +6,6 @@ SOURCE[../../libcrypto]=\
tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \
eng_openssl.c eng_cnf.c eng_dyn.c \
eng_rdrand.c
+IF[{- !$disabled{devcryptoeng} -}]
+ SOURCE[../../libcrypto]=eng_devcrypto.c
+ENDIF