summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-22 11:10:56 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-14 15:00:32 +0100
commit3f5ae36c7914ee836e24a458966f203d07706e43 (patch)
treedfee865e834d06598078642760e64a15fcd8c724
parentc93c7e5135c461795bc2227b429b7d3b0b85e864 (diff)
downloadgnutls-3f5ae36c7914ee836e24a458966f203d07706e43.tar.gz
constate.h: removed non-existing function
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/constate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/constate.h b/lib/constate.h
index c7feb3b191..934cd3bba5 100644
--- a/lib/constate.h
+++ b/lib/constate.h
@@ -25,8 +25,7 @@
int _gnutls_set_cipher_suite2(gnutls_session_t session,
const gnutls_cipher_suite_entry_st *cs);
-void _gnutls_epoch_set_null_algos(gnutls_session_t session,
- record_parameters_st * params);
+
int _gnutls_epoch_set_keys(gnutls_session_t session, uint16_t epoch, hs_stage_t stage);
int _gnutls_connection_state_init(gnutls_session_t session);
int _gnutls_read_connection_state_init(gnutls_session_t session);