diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:33 -0400 |
commit | 361260ff8f31b88946e50e96bd9f5d082264f02c (patch) | |
tree | fc173c9996579e7cc881defcebc3284187859bb1 /src/common | |
parent | f68c042637d253dfb3160357ba2b9ec530cb48ef (diff) | |
download | tor-361260ff8f31b88946e50e96bd9f5d082264f02c.tar.gz tor-361260ff8f31b88946e50e96bd9f5d082264f02c.zip |
Resolve some markup complaints from doxygen
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, |