summaryrefslogtreecommitdiffstats
path: root/engines/e_chil_err.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-04-30 16:23:33 +0200
committerMatt Caswell <matt@openssl.org>2016-06-01 13:14:49 +0100
commitb2b361f6afb55c501bedef664c1fdc0d71a91d4b (patch)
tree2678410dc1fd78d2832316a9013104ca7698d23c /engines/e_chil_err.h
parent57358a83a401ef469353b7ebdae0cf3b870a4d5e (diff)
Raise an Err when CRYPTO_THREAD_lock_new fails
Add missing error raise call, as it is done everywhere else. and as CRYPTO_THREAD_lock_new don't do it internally. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'engines/e_chil_err.h')
-rw-r--r--engines/e_chil_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/e_chil_err.h b/engines/e_chil_err.h
index 42fdd19f28..b0f0dd98d3 100644
--- a/engines/e_chil_err.h
+++ b/engines/e_chil_err.h
@@ -39,6 +39,8 @@ static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
# define HWCRHK_F_HWCRHK_MOD_EXP 107
# define HWCRHK_F_HWCRHK_RAND_BYTES 108
# define HWCRHK_F_HWCRHK_RSA_MOD_EXP 109
+# define HWCRHK_F_BIND_HELPER 110
+# define HWCRHK_F_HWCRHK_MUTEX_INIT 111
/* Reason codes. */
# define HWCRHK_R_ALREADY_LOADED 100