diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index f18f7137d5..a41f4dfb27 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -47,8 +47,7 @@ typedef struct tor_tls_t tor_tls_t; const char *tor_tls_err_to_string(int err); void tor_tls_free_all(void); -int tor_tls_context_new(crypto_pk_env_t *rsa, - const char *nickname, unsigned int key_lifetime); +int tor_tls_context_new(crypto_pk_env_t *rsa, unsigned int key_lifetime); tor_tls_t *tor_tls_new(int sock, int is_server); void tor_tls_set_renegotiate_callback(tor_tls_t *tls, void (*cb)(tor_tls_t *, void *arg), |