summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-01 14:55:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-01 14:55:59 +0000
commite105098b3f3f04dce130d067ac98e91d03884bbb (patch)
tree307583e6896a77c3e719060075a559bd67905249 /INSTALL
parent9852e7e4d72eef334b90a24823ff7fbe4c5c9990 (diff)
PR: 1974 (partial)
Submitted by: David McCullough <david_mccullough@securecomputing.com> Approved by: steve@openssl.org If -DHAVE_CRYPTODEV is set enable cryptodev support
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 85e2660191..1325079f2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -103,6 +103,12 @@
define preprocessor symbols, specify additional libraries,
library directories or other compiler options.
+ -DHAVE_CRYPTODEV Enable the BSD cryptodev engine even if we are not using
+ BSD. Useful if you are running ocf-linux or something
+ similar. Once enabled you can also enable the use of
+ cryptodev digests, which is usually slower unless you have
+ large amounts data. Use -DUSE_CRYPTODEV_DIGESTS to force
+ it.
Installation in Detail
----------------------