From 4a55e39997a9fbe5a5b03432bd85140ed193eb93 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Wed, 5 Dec 2012 18:39:21 +0200 Subject: Implement Extended ORPort authentication. --- src/or/connection_or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/connection_or.h') diff --git a/src/or/connection_or.h b/src/or/connection_or.h index 1e9a652b4..d420dc784 100644 --- a/src/or/connection_or.h +++ b/src/or/connection_or.h @@ -45,6 +45,8 @@ void connection_or_close_for_error(or_connection_t *orconn, int flush); void connection_or_report_broken_states(int severity, int domain); +int connection_ext_or_start_auth(or_connection_t *or_conn); + int connection_tls_start_handshake(or_connection_t *conn, int receiving); int connection_tls_continue_handshake(or_connection_t *conn); -- cgit v1.2.3