summaryrefslogtreecommitdiffstats
path: root/ssl
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 /ssl
parent05935c47b254939d4eb819c027164dbc71340600 (diff)
Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.h
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 471c63299e..3c1b74aa4b 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -377,9 +377,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
{