From 29e722f0315f12c75b70da38384b8b898958f9dd Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 9 Feb 2010 14:17:14 +0000 Subject: Fix memory leak in ENGINE autoconfig code. Improve error logging. --- crypto/engine/engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/engine/engine.h') diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index f288a38685..a42e6b1f98 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -795,6 +795,7 @@ void ERR_load_ENGINE_strings(void); #define ENGINE_R_DSO_FAILURE 104 #define ENGINE_R_DSO_NOT_FOUND 132 #define ENGINE_R_ENGINES_SECTION_ERROR 148 +#define ENGINE_R_ENGINE_CONFIGURATION_ERROR 102 #define ENGINE_R_ENGINE_IS_NOT_IN_LIST 105 #define ENGINE_R_ENGINE_SECTION_ERROR 149 #define ENGINE_R_FAILED_LOADING_PRIVATE_KEY 128 -- cgit v1.2.3