tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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

Doxygen: close an unterminated <b>.

Diffstat:
Msrc/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 @@ -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