diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 6da2ce3fab..1aac55f101 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.159 2017/01/23 08:08:06 beck Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.160 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 | * |
@@ -723,6 +723,10 @@ typedef struct ssl_internal_st { | |||
723 | int renegotiate;/* 1 if we are renegotiating. | 723 | int renegotiate;/* 1 if we are renegotiating. |
724 | * 2 if we are a server and are inside a handshake | 724 | * 2 if we are a server and are inside a handshake |
725 | * (i.e. not just sending a HelloRequest) */ | 725 | * (i.e. not just sending a HelloRequest) */ |
726 | |||
727 | int state; /* where we are */ | ||
728 | int rstate; /* where we are when reading */ | ||
729 | |||
726 | } SSL_INTERNAL; | 730 | } SSL_INTERNAL; |
727 | 731 | ||
728 | typedef struct ssl3_state_internal_st { | 732 | typedef struct ssl3_state_internal_st { |