aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-01 21:18:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-01 21:18:47 +0000
commiteafd6e5110b2e180ee449ac3bfb16952aa55a664 (patch)
tree20aee4695fb74d4da95ba169a3f32cfc11301a7d /crypto/engine/engine.h
parent05935c47b254939d4eb819c027164dbc71340600 (diff)
downloadopenssl-eafd6e5110b2e180ee449ac3bfb16952aa55a664.tar.gz
Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.h
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 3a729020ce..5bf1e92c55 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -765,6 +765,7 @@ void ERR_load_ENGINE_strings(void);
#define ENGINE_F_ENGINE_LIST_REMOVE 121
#define ENGINE_F_ENGINE_LOAD_PRIVATE_KEY 150
#define ENGINE_F_ENGINE_LOAD_PUBLIC_KEY 151
+#define ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT 194
#define ENGINE_F_ENGINE_NEW 122
#define ENGINE_F_ENGINE_REMOVE 123
#define ENGINE_F_ENGINE_SET_DEFAULT_STRING 189