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, 4 insertions, 0 deletions
diff --git a/src/lib/libssl/ssl2.h b/src/lib/libssl/ssl2.h
index 99a52ea0dd..eb25dcb0bf 100644
--- a/src/lib/libssl/ssl2.h
+++ b/src/lib/libssl/ssl2.h
@@ -155,6 +155,8 @@ extern "C" {
155#define CERT char 155#define CERT char
156#endif 156#endif
157 157
158#ifndef OPENSSL_NO_SSL_INTERN
159
158typedef struct ssl2_state_st 160typedef struct ssl2_state_st
159 { 161 {
160 int three_byte_header; 162 int three_byte_header;
@@ -219,6 +221,8 @@ typedef struct ssl2_state_st
219 } tmp; 221 } tmp;
220 } SSL2_STATE; 222 } SSL2_STATE;
221 223
224#endif
225
222/* SSLv2 */ 226/* SSLv2 */
223/* client */ 227/* client */
224#define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) 228#define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT)