diff options
author | djm <> | 2012-10-13 21:23:50 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:50 +0000 |
commit | 228cae30b117c2493f69ad3c195341cd6ec8d430 (patch) | |
tree | 29ff00b10d52c0978077c4fd83c33b065bade73e /src/lib/libssl/ssl2.h | |
parent | 731838c66b52c0ae5888333005b74115a620aa96 (diff) | |
download | openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.gz openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.bz2 openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.zip |
import OpenSSL-1.0.1c
Diffstat (limited to 'src/lib/libssl/ssl2.h')
-rw-r--r-- | src/lib/libssl/ssl2.h | 4 |
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 | |||
158 | typedef struct ssl2_state_st | 160 | typedef 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) |