diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/onion_tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion_tap.c b/src/or/onion_tap.c index 9a65fcf014..294fc0df6d 100644 --- a/src/or/onion_tap.c +++ b/src/or/onion_tap.c @@ -159,7 +159,7 @@ onion_skin_TAP_server_handshake( * big. That should be impossible. */ log_info(LD_GENERAL, "crypto_dh_get_public failed."); goto err; - /* LCOV_EXCP_STOP */ + /* LCOV_EXCL_STOP */ } key_material_len = DIGEST_LEN+key_out_len; |