From ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 11 Nov 2019 10:23:41 -0500 Subject: [PATCH] Doxygen: close an unterminated . --- 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 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 accelName (which may be NULL). - * If accelName is prefixed with "!", then it is required: return -1 + * If accelName is prefixed with "!", then it is required: return -1 * if it can't be loaded. Otherwise return 0. * * If accelDir is not NULL, it is the path from which the engine should