diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index e6e44144b5..e4d0546897 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -569,6 +569,12 @@ typedef struct { * enable cipher suites * which have 0xFF status. */ + + /* Holds 0 if the handshake procedure was interrupted while + * receiving, and non zero otherwise. + */ + int handshake_direction; + /* If you add anything here, check _gnutls_handshake_internal_state_clear(). */ } GNUTLS_INTERNALS; |