diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index cc49310ba9..a069ebf052 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -795,7 +795,7 @@ tor_cert_decode(const uint8_t *certificate, size_t certificate_len) return newcert; } -/** Set *<b>encoded_out</b> and *<b>size_out/b> to <b>cert</b>'s encoded DER +/** Set *<b>encoded_out</b> and *<b>size_out</b> to <b>cert</b>'s encoded DER * representation and length, respectively. */ void tor_cert_get_der(const tor_cert_t *cert, |