aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-04 19:56:16 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-04 19:56:33 -0400
commit361260ff8f31b88946e50e96bd9f5d082264f02c (patch)
treefc173c9996579e7cc881defcebc3284187859bb1 /src/common/tortls.c
parentf68c042637d253dfb3160357ba2b9ec530cb48ef (diff)
downloadtor-361260ff8f31b88946e50e96bd9f5d082264f02c.tar
tor-361260ff8f31b88946e50e96bd9f5d082264f02c.tar.gz
Resolve some markup complaints from doxygen
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index cc49310ba..a069ebf05 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,