From 361260ff8f31b88946e50e96bd9f5d082264f02c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Jun 2012 19:56:16 -0400 Subject: Resolve some markup complaints from doxygen --- src/common/tortls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/tortls.c') 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 *encoded_out and *size_out/b> to cert's encoded DER +/** Set *encoded_out and *size_out to cert's encoded DER * representation and length, respectively. */ void tor_cert_get_der(const tor_cert_t *cert, -- cgit v1.2.3