diff options
Diffstat (limited to 'lib/constate.c')
-rw-r--r-- | lib/constate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/constate.c b/lib/constate.c index a11577d7ba..a650997c1c 100644 --- a/lib/constate.c +++ b/lib/constate.c @@ -197,7 +197,7 @@ _tls13_update_keys(gnutls_session_t session, hs_stage_t stage, char buf[65]; record_state_st *upd_state; record_parameters_st *prev = NULL; - gnutls_handshake_secret_type_t secret_type; + gnutls_secret_type_t secret_type; int ret; /* generate new keys for direction needed and copy old from previous epoch */ @@ -396,7 +396,7 @@ _tls13_set_keys(gnutls_session_t session, hs_stage_t stage, record_state_st *client_write, *server_write; const char *label; unsigned label_size, hsk_len; - gnutls_handshake_secret_type_t secret_type; + gnutls_secret_type_t secret_type; void *ckey, *skey; int ret; |