From: Geoff Thorpe Date: Fri, 28 Nov 2008 22:04:25 +0000 (+0000) Subject: Clarify a 'chil' engine param that is a little unintuitive. X-Git-Tag: OpenSSL_0_9_8j~28 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=40ea9ff9e8f8d3769e731caa37ed8eed81ea32b8 Clarify a 'chil' engine param that is a little unintuitive. Submitted by: Sander Temme --- diff --git a/engines/e_chil.c b/engines/e_chil.c index d659b01ead..e1847622ea 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -164,11 +164,11 @@ static const ENGINE_CMD_DEFN hwcrhk_cmd_defns[] = { ENGINE_CMD_FLAG_STRING}, {HWCRHK_CMD_FORK_CHECK, "FORK_CHECK", - "Turns fork() checking on or off (boolean)", + "Turns fork() checking on (non-zero) or off (zero)", ENGINE_CMD_FLAG_NUMERIC}, {HWCRHK_CMD_THREAD_LOCKING, "THREAD_LOCKING", - "Turns thread-safe locking on or off (boolean)", + "Turns thread-safe locking on (zero) or off (non-zero)", ENGINE_CMD_FLAG_NUMERIC}, {HWCRHK_CMD_SET_USER_INTERFACE, "SET_USER_INTERFACE",