aboutsummaryrefslogtreecommitdiff
path: root/engines/e_ncipher_err.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-05 00:56:58 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-05 00:56:58 +0000
commit38d6e4bb50b55beaeaab7db72b2404807ef2a8e3 (patch)
treeb7420703f35d1a4c1e90c851c58c948c1a70e32c /engines/e_ncipher_err.h
parentced621e3c2832fc3eb407c29f3f68362cfd3251c (diff)
downloadopenssl-38d6e4bb50b55beaeaab7db72b2404807ef2a8e3.zip
openssl-38d6e4bb50b55beaeaab7db72b2404807ef2a8e3.tar.gz
openssl-38d6e4bb50b55beaeaab7db72b2404807ef2a8e3.tar.bz2
If an application supports static locks, it MUST support dynamic locks as
well to be able to use the CHIL engine. PR: 281
Diffstat (limited to 'engines/e_ncipher_err.h')
-rw-r--r--engines/e_ncipher_err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_ncipher_err.h b/engines/e_ncipher_err.h
index 4d65b1d..482086e 100644
--- a/engines/e_ncipher_err.h
+++ b/engines/e_ncipher_err.h
@@ -84,6 +84,7 @@ static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
#define HWCRHK_R_CHIL_ERROR 102
#define HWCRHK_R_CTRL_COMMAND_NOT_IMPLEMENTED 103
#define HWCRHK_R_DSO_FAILURE 104
+#define HWCRHK_R_LOCKING_MISSING 114
#define HWCRHK_R_MISSING_KEY_COMPONENTS 105
#define HWCRHK_R_NOT_INITIALISED 106
#define HWCRHK_R_NOT_LOADED 107