summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-01 21:10:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-01 21:10:30 +0000
commit05935c47b254939d4eb819c027164dbc71340600 (patch)
tree10f152ec3dae963db8da524f7ac77634ba1dd09b /crypto/engine/eng_int.h
parentd8bd55a364023e906c8faafe6296e860a60cab9b (diff)
Add support for ENGINE supplied SSL client auth.
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r--crypto/engine/eng_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index f7c382c37e..451ef8feb8 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -180,6 +180,8 @@ struct engine_st
ENGINE_LOAD_KEY_PTR load_privkey;
ENGINE_LOAD_KEY_PTR load_pubkey;
+ ENGINE_SSL_CLIENT_CERT_PTR load_ssl_client_cert;
+
const ENGINE_CMD_DEFN *cmd_defns;
int flags;
/* reference count on the structure itself */