summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-06-04 18:01:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-06-04 18:01:40 +0000
commitaa03989791edb8c724b18aba7ac6355e5f7ed74a (patch)
treef9b4a57c92b79fdbd3374167c501e9a721c2fd86 /ssl/ssl.h
parenta865b2c320eca846b83060357a759ec48e110f26 (diff)
Backport ssl client auth ENGINE support to 0.9.8.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 6df921f3c1..07a4e0a682 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -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
{