diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-11-25 17:39:28 +0100 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-11-25 17:39:28 +0100 |
commit | 4938bcc06a41b95f47def181ce03a7ade805595b (patch) | |
tree | 7362b50384714408a457bc31163f82c322eac015 /src/common/crypto.h | |
parent | 1d1d5ae7f8f91b62f0e86081ff1f7255c545383b (diff) | |
download | tor-4938bcc06a41b95f47def181ce03a7ade805595b.tar.gz tor-4938bcc06a41b95f47def181ce03a7ade805595b.zip |
Do dynamic DH modulus storing in crypto.c.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 683c8ea38f..bac6db920a 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -94,7 +94,6 @@ crypto_pk_env_t *crypto_new_pk_env(void); void crypto_free_pk_env(crypto_pk_env_t *env); void crypto_set_tls_dh_prime(const char *dynamic_dh_modulus_fname); -int crypto_store_dynamic_dh_modulus(const char *fname); /* convenience function: wraps crypto_create_crypto_env, set_key, and init. */ crypto_cipher_env_t *crypto_create_init_cipher(const char *key, |