summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-22 14:09:42 +0000
committerMatt Caswell <matt@openssl.org>2017-03-02 17:44:15 +0000
commitfe5e20fd267bae655c37ba8d67d74c0db566e088 (patch)
tree932dedd015b78f9ff55c50df6715425808c821b4 /ssl/statem/statem.h
parent1ea4d09a3c049cd3b0748410e0c53b98082980cb (diff)
Fix changing of the cipher state when dealing with early data
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2737)
Diffstat (limited to 'ssl/statem/statem.h')
-rw-r--r--ssl/statem/statem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h
index 5bb74d029f..c0c9cab144 100644
--- a/ssl/statem/statem.h
+++ b/ssl/statem/statem.h
@@ -129,3 +129,4 @@ __owur int ossl_statem_app_data_allowed(SSL *s);
void ossl_statem_set_sctp_read_sock(SSL *s, int read_sock);
__owur int ossl_statem_in_sctp_read_sock(SSL *s);
#endif
+int ossl_statem_finish_early_data(SSL *s);