Backport ssl client auth ENGINE support to 0.9.8.

This commit is contained in:
Dr. Stephen Henson
2008-06-04 18:01:40 +00:00
parent a865b2c320
commit aa03989791
7 changed files with 62 additions and 5 deletions

View File

@@ -170,6 +170,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 */