diff options
Diffstat (limited to 'lib/constate.h')
-rw-r--r-- | lib/constate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/constate.h b/lib/constate.h index 1d62edccfa..8a15400f5f 100644 --- a/lib/constate.h +++ b/lib/constate.h @@ -43,6 +43,8 @@ void _gnutls_epoch_gc(gnutls_session_t session); void _gnutls_epoch_free(gnutls_session_t session, record_parameters_st * state); +void _gnutls_set_resumed_parameters(gnutls_session_t session); + int _tls13_connection_state_init(gnutls_session_t session, hs_stage_t stage); static inline int _gnutls_epoch_is_valid(gnutls_session_t session, |