[tor-commits] [tor/master] Doxygen: close an unterminated <b>.

nickm at torproject.org nickm at torproject.org
Mon Nov 11 15:23:55 UTC 2019


commit ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Nov 11 10:23:41 2019 -0500

    Doxygen: close an unterminated <b>.
---
 src/lib/crypt_ops/crypto_openssl_mgt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/crypt_ops/crypto_openssl_mgt.c b/src/lib/crypt_ops/crypto_openssl_mgt.c
index f028422ac..20c61696c 100644
--- a/src/lib/crypt_ops/crypto_openssl_mgt.c
+++ b/src/lib/crypt_ops/crypto_openssl_mgt.c
@@ -277,7 +277,7 @@ log_engine(const char *fn, ENGINE *e)
 
 /** Initialize engines for openssl (if enabled).  Load all the built-in
  * engines, along with the one called <b>accelName</b> (which may be NULL).
- * If <b>accelName is prefixed with "!", then it is required: return -1
+ * If <b>accelName</b> is prefixed with "!", then it is required: return -1
  * if it can't be loaded.  Otherwise return 0.
  *
  * If <b>accelDir</b> is not NULL, it is the path from which the engine should



More information about the tor-commits mailing list