diff options
Diffstat (limited to 'src/or/torcert.c')
-rw-r--r-- | src/or/torcert.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/torcert.c b/src/or/torcert.c index 4259363f35..852def9ef6 100644 --- a/src/or/torcert.c +++ b/src/or/torcert.c @@ -603,7 +603,6 @@ or_handshake_certs_ed25519_ok(int severity, return 1; } - /** * Check the Ed certificates and/or the RSA certificates, as appropriate. If * we obtained an Ed25519 identity, set *ed_id_out. If we obtained an RSA @@ -646,5 +645,5 @@ or_handshake_certs_check_both(int severity, *rsa_id_out = tor_x509_cert_get_id_digests(certs->id_cert); } } - } + |