From 619eb33a0c3dc488ba2bcc366633220813b701c7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 24 Mar 2017 16:19:00 +0100 Subject: Add new /dev/crypto engine Based on cryptodev-linux Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3744) --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'Configurations/10-main.conf') 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", -- cgit v1.2.3