aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-02 14:20:28 +0200
committerNick Mathewson <nickm@torproject.org>2015-10-02 14:20:28 +0200
commit39901bd40884a08f1cdcecec8db5530f5b0b1eb2 (patch)
tree7f8b16f2c9b294156ef6ffd6875af1209055ea8d /src/common/tortls.h
parent086c33ea61644a27816a62f77c1629390e03d893 (diff)
downloadtor-39901bd40884a08f1cdcecec8db5530f5b0b1eb2.tar.gz
tor-39901bd40884a08f1cdcecec8db5530f5b0b1eb2.zip
Make test_tortls compile without warnings
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index 461116de29..1775f8283f 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -156,6 +156,7 @@ STATIC int tor_tls_context_init_one(tor_tls_context_t **ppcontext,
unsigned int key_lifetime,
unsigned int flags,
int is_client);
+STATIC void tls_log_errors(tor_tls_t *tls, int severity, int domain, const char *doing);
#endif