diff options
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index b2ce7220eb..052da67632 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1008,7 +1008,7 @@ connection_or_check_valid_tls_handshake(or_connection_t *conn, safe_str_client(conn->_base.address); const char *conn_type = started_here ? "outgoing" : "incoming"; crypto_pk_env_t *our_identity = - started_here ? get_client_identity_key() : + started_here ? get_tlsclient_identity_key() : get_server_identity_key(); int has_cert = 0, has_identity=0; |