projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd252de
)
Clarify a 'chil' engine param that is a little unintuitive.
author
Geoff Thorpe
<geoff@openssl.org>
Fri, 28 Nov 2008 22:04:49 +0000
(22:04 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Fri, 28 Nov 2008 22:04:49 +0000
(22:04 +0000)
Submitted by: Sander Temme <sander@temme.net>
engines/e_chil.c
patch
|
blob
|
history
diff --git
a/engines/e_chil.c
b/engines/e_chil.c
index 3cf1719e7c661233eb417964ad84e1c977eea0cf..c0643256f202e84647301273b2883ce936fde27b 100644
(file)
--- 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",