summaryrefslogtreecommitdiff
path: root/crypto/openssl/ssl/ssl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/ssl/ssl2.h')
-rw-r--r--crypto/openssl/ssl/ssl2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/ssl/ssl2.h b/crypto/openssl/ssl/ssl2.h
index d7f24ac1b4e8..01d41c88c57f 100644
--- a/crypto/openssl/ssl/ssl2.h
+++ b/crypto/openssl/ssl/ssl2.h
@@ -151,7 +151,7 @@ extern "C" {
#define CERT char
#endif
-typedef struct ssl2_ctx_st
+typedef struct ssl2_state_st
{
int three_byte_header;
int clear_text; /* clear text */
@@ -214,7 +214,7 @@ typedef struct ssl2_ctx_st
unsigned int clen;
unsigned int rlen;
} tmp;
- } SSL2_CTX;
+ } SSL2_STATE;
/* SSLv2 */
/* client */