aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-09 14:17:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-09 14:17:14 +0000
commit29e722f0315f12c75b70da38384b8b898958f9dd (patch)
tree1d498f14b7a3f7ab7bb22bc49624cddbc9729002 /crypto/engine/engine.h
parent05566760dabc12fd1325ba84ecf47c3f28f5b37a (diff)
downloadopenssl-29e722f0315f12c75b70da38384b8b898958f9dd.tar.gz
Fix memory leak in ENGINE autoconfig code. Improve error logging.
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h1
1 files changed, 1 insertions, 0 deletions
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