summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl2.h')
-rw-r--r--src/lib/libssl/ssl2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl2.h b/src/lib/libssl/ssl2.h
index eb25dcb0bf..99a52ea0dd 100644
--- a/src/lib/libssl/ssl2.h
+++ b/src/lib/libssl/ssl2.h
@@ -155,8 +155,6 @@ extern "C" {
155#define CERT char 155#define CERT char
156#endif 156#endif
157 157
158#ifndef OPENSSL_NO_SSL_INTERN
159
160typedef struct ssl2_state_st 158typedef struct ssl2_state_st
161 { 159 {
162 int three_byte_header; 160 int three_byte_header;
@@ -221,8 +219,6 @@ typedef struct ssl2_state_st
221 } tmp; 219 } tmp;
222 } SSL2_STATE; 220 } SSL2_STATE;
223 221
224#endif
225
226/* SSLv2 */ 222/* SSLv2 */
227/* client */ 223/* client */
228#define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) 224#define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)