summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl2.h
diff options
context:
space:
mode:
authorbeck <>2000-03-19 11:13:58 +0000
committerbeck <>2000-03-19 11:13:58 +0000
commit796d609550df3a33fc11468741c5d2f6d3df4c11 (patch)
tree6c6d539061caa20372dad0ac4ddb1dfae2fbe7fe /src/lib/libssl/ssl2.h
parent5be3114c1fd7e0dfea1e38d3abb4cbba75244419 (diff)
downloadopenbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.gz
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.bz2
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.zip
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
Diffstat (limited to 'src/lib/libssl/ssl2.h')
-rw-r--r--src/lib/libssl/ssl2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl2.h b/src/lib/libssl/ssl2.h
index d7f24ac1b4..01d41c88c5 100644
--- a/src/lib/libssl/ssl2.h
+++ b/src/lib/libssl/ssl2.h
@@ -151,7 +151,7 @@ extern "C" {
151#define CERT char 151#define CERT char
152#endif 152#endif
153 153
154typedef struct ssl2_ctx_st 154typedef struct ssl2_state_st
155 { 155 {
156 int three_byte_header; 156 int three_byte_header;
157 int clear_text; /* clear text */ 157 int clear_text; /* clear text */
@@ -214,7 +214,7 @@ typedef struct ssl2_ctx_st
214 unsigned int clen; 214 unsigned int clen;
215 unsigned int rlen; 215 unsigned int rlen;
216 } tmp; 216 } tmp;
217 } SSL2_CTX; 217 } SSL2_STATE;
218 218
219/* SSLv2 */ 219/* SSLv2 */
220/* client */ 220/* client */