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