Rename SSL_write_early() to SSL_write_early_data()
authorMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 15:05:36 +0000 (15:05 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 17:44:16 +0000 (17:44 +0000)
commit0665b4edae3fec740ebe12fe2946d4cc9585ca86
tree9db9d4c4601b51171bd62fc002ae0d87113c3c30
parentf533fbd44a36daac9cc304ff648782e366391b00
Rename SSL_write_early() to SSL_write_early_data()

This is for consistency with the rest of the API where all the functions
are called *early_data*.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2737)
apps/s_client.c
doc/man3/SSL_read_early.pod
include/openssl/ssl.h
ssl/ssl_err.c
ssl/ssl_lib.c
test/sslapitest.c
util/libssl.num