summaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 08:25:10 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 08:27:03 -0400
commit98735c40b6f503b296f7e6fefae36da24b33616e (patch)
tree6256913747485d26402ae1492670e2b33bb26d96 /src/lib/crypt_ops
parent5e5e655e323c917ad0b5e5b48056bd5d49645182 (diff)
downloadtor-98735c40b6f503b296f7e6fefae36da24b33616e.tar.gz
tor-98735c40b6f503b296f7e6fefae36da24b33616e.zip
Doxygen: fix warnings about mismatched HTML tags.
Diffstat (limited to 'src/lib/crypt_ops')
-rw-r--r--src/lib/crypt_ops/crypto_dh_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_dh_openssl.c b/src/lib/crypt_ops/crypto_dh_openssl.c
index 8ae97373e8..e7f22d749b 100644
--- a/src/lib/crypt_ops/crypto_dh_openssl.c
+++ b/src/lib/crypt_ops/crypto_dh_openssl.c
@@ -103,7 +103,7 @@ crypto_validate_dh_params(const BIGNUM *p, const BIGNUM *g)
#endif /* 0 */
/**
- * Helper: convert <b>hex<b> to a bignum, and return it. Assert that the
+ * Helper: convert <b>hex</b> to a bignum, and return it. Assert that the
* operation was successful.
*/
static BIGNUM *