aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/relay_handshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/relay/relay_handshake.c')
-rw-r--r--src/feature/relay/relay_handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/relay/relay_handshake.c b/src/feature/relay/relay_handshake.c
index be7dba721a..75546cdd90 100644
--- a/src/feature/relay/relay_handshake.c
+++ b/src/feature/relay/relay_handshake.c
@@ -414,6 +414,7 @@ connection_or_compute_authenticate_cell_body(or_connection_t *conn,
log_fn(LOG_PROTOCOL_WARN, LD_OR, "Somebody asked us for an older TLS "
"authentication method (AUTHTYPE_RSA_SHA256_TLSSECRET) "
"which we don't support.");
+ goto err;
}
} else {
char label[128];