summaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-10-17 00:35:53 +0000
committerRoger Dingledine <arma@torproject.org>2005-10-17 00:35:53 +0000
commit03dcef4c78b029f7345c69f7f5d59338198bf2e5 (patch)
tree5f1f9a35df35f236d9c3cfe50b159c9360a88c75 /src/common/tortls.h
parentaca6fb5f5f3875a9e51cef8c60a45750944e84eb (diff)
downloadtor-03dcef4c78b029f7345c69f7f5d59338198bf2e5.tar.gz
tor-03dcef4c78b029f7345c69f7f5d59338198bf2e5.zip
start the process of reducing clutter in server logs
svn:r5253
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index d5cf493872..8166a8dbb7 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -33,7 +33,7 @@ int tor_tls_is_server(tor_tls_t *tls);
void tor_tls_free(tor_tls_t *tls);
int tor_tls_peer_has_cert(tor_tls_t *tls);
int tor_tls_get_peer_cert_nickname(tor_tls_t *tls, char *buf, size_t buflen);
-int tor_tls_verify(tor_tls_t *tls, crypto_pk_env_t **identity);
+int tor_tls_verify(int severity, tor_tls_t *tls, crypto_pk_env_t **identity);
int tor_tls_check_lifetime(tor_tls_t *tls, int tolerance);
int tor_tls_read(tor_tls_t *tls, char *cp, size_t len);
int tor_tls_write(tor_tls_t *tls, char *cp, size_t n);