aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
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 /Configurations
parent9a32dcf42e2f728018a02b27df9734be480b7f3c (diff)
downloadopenssl-619eb33a0c3dc488ba2bcc366633220813b701c7.tar.gz
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 'Configurations')
-rw-r--r--Configurations/10-main.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 6a86b3509c..e728200d7c 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -984,6 +984,7 @@ sub vms_info {
debug => "-O0 -g",
release => "-O3"),
threads("-pthread -D_THREAD_SAFE -D_REENTRANT")),
+ enable => add("devcryptoeng"),
bn_ops => "BN_LLONG",
thread_scheme => "pthreads",
dso_scheme => "dlfcn",