summaryrefslogtreecommitdiffstats
path: root/engines/e_chil_err.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-11-19 14:08:06 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-11-19 14:08:06 +0000
commitbfc6482a7a31c3d88e1179ed7bc27412549b3317 (patch)
treed48856c66f3f3675a4b650c3642b62c12de437ba /engines/e_chil_err.c
parent5aa032033e51d25e8320077c42712041ec16e155 (diff)
Allow the CHIL engine to load even if dynamic locks aren't registered.
Submitted by: Sander Temme
Diffstat (limited to 'engines/e_chil_err.c')
-rw-r--r--engines/e_chil_err.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/e_chil_err.c b/engines/e_chil_err.c
index 3fec95a272..c5983b2fd5 100644
--- a/engines/e_chil_err.c
+++ b/engines/e_chil_err.c
@@ -90,7 +90,6 @@ static ERR_STRING_DATA HWCRHK_str_reasons[]=
{ERR_REASON(HWCRHK_R_CHIL_ERROR) ,"chil error"},
{ERR_REASON(HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"},
{ERR_REASON(HWCRHK_R_DSO_FAILURE) ,"dso failure"},
-{ERR_REASON(HWCRHK_R_LOCKING_MISSING) ,"locking missing"},
{ERR_REASON(HWCRHK_R_MISSING_KEY_COMPONENTS),"missing key components"},
{ERR_REASON(HWCRHK_R_NOT_INITIALISED) ,"not initialised"},
{ERR_REASON(HWCRHK_R_NOT_LOADED) ,"not loaded"},