From 7703b887f5db0d8d62e9eb87305bb8e2113276f1 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Sat, 23 May 2009 16:42:44 -0700 Subject: Add support for dynamic OpenSSL hardware crypto acceleration engines. --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index d5b36c85a..77582309e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2422,6 +2422,8 @@ typedef struct { * log whether it was DNS-leaking or not? */ int HardwareAccel; /**< Boolean: Should we enable OpenSSL hardware * acceleration where available? */ + char *AccelName; /**< Optional hardware acceleration engine name. */ + char *AccelDir; /**< Optional hardware acceleration engine search dir. */ int UseEntryGuards; /**< Boolean: Do we try to enter from a smallish number * of fixed nodes? */ int NumEntryGuards; /**< How many entry guards do we try to establish? */ -- cgit v1.2.3