diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 678246b23e..f29626dc03 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.115 2017/01/23 08:08:06 beck Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.116 2017/01/23 08:48:44 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -846,9 +846,6 @@ struct ssl_st { | |||
846 | #endif | 846 | #endif |
847 | int server; /* are we the server side? - mostly used by SSL_clear*/ | 847 | int server; /* are we the server side? - mostly used by SSL_clear*/ |
848 | 848 | ||
849 | int state; /* where we are */ | ||
850 | int rstate; /* where we are when reading */ | ||
851 | |||
852 | struct ssl3_state_st *s3; /* SSLv3 variables */ | 849 | struct ssl3_state_st *s3; /* SSLv3 variables */ |
853 | struct dtls1_state_st *d1; /* DTLSv1 variables */ | 850 | struct dtls1_state_st *d1; /* DTLSv1 variables */ |
854 | 851 | ||