diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:23:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:23:41 -0500 |
commit | ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9 (patch) | |
tree | 154cfeb1c4298ab1bef9be64823e3cb353b28f56 | |
parent | ff930c3305958697053bf29465a6b8fba11d0281 (diff) | |
download | tor-ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9.tar.gz tor-ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9.zip |
Doxygen: close an unterminated <b>.
-rw-r--r-- | src/lib/crypt_ops/crypto_openssl_mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_openssl_mgt.c b/src/lib/crypt_ops/crypto_openssl_mgt.c index f028422acb..20c61696c8 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 |