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

@@ -361,9 +361,6 @@ typedef struct ssl_cipher_st
DECLARE_STACK_OF(SSL_CIPHER)
typedef struct ssl_st SSL;
typedef struct ssl_ctx_st SSL_CTX;
/* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
typedef struct ssl_method_st
{