aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-22 04:53:43 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-24 22:09:06 +0100
commit659381e00dc09deb4fb342d9f45cfae0b65aa33f (patch)
tree383ff1a6ec2575fb748bac94005e513171775d83 /src/common/crypto.h
parentedec9409e85ba4a8b5d0575b23046d83d7562b87 (diff)
downloadtor-659381e00dc09deb4fb342d9f45cfae0b65aa33f.tar
tor-659381e00dc09deb4fb342d9f45cfae0b65aa33f.tar.gz
Introduce the DynamicPrimes configuration option.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index 2929a2eff..99c52b1c4 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -87,7 +87,8 @@ typedef struct crypto_dh_env_t crypto_dh_env_t;
/* global state */
int crypto_global_init(int hardwareAccel,
const char *accelName,
- const char *accelPath);
+ const char *accelPath,
+ int DynamicPrimes);
void crypto_thread_cleanup(void);
int crypto_global_cleanup(void);