Rename SSL_read_early() to SSL_read_early_data()
authorMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 14:42:55 +0000 (14:42 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 17:44:16 +0000 (17:44 +0000)
commitf533fbd44a36daac9cc304ff648782e366391b00
tree43cb39ba3b60bd4fec763464082600971e2df208
parentef466accdc196fe796301a06cdc6e94cb315ae9b
Rename SSL_read_early() to SSL_read_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_server.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