Fix a typo in the SSL_get_max_early_data() declarations
authorKazuki Yamaguchi <k@rhe.jp>
Thu, 30 Mar 2017 16:54:39 +0000 (01:54 +0900)
committerMatt Caswell <matt@openssl.org>
Mon, 3 Apr 2017 12:45:39 +0000 (13:45 +0100)
commita8e75d56804540dfc588bad9cf1c412c675cab89
tree7d19be789ccba45b175f5babe308363f73012f9c
parenta4750ce55e7d6451c187b5ab9ccf5218e0851eeb
Fix a typo in the SSL_get_max_early_data() declarations

SSL_get_max_early_data() recently added by 3fc8d856105e ("Construct the
ticket_early_data_info extension", 2017-02-17) is supposed to take an
SSL, but it doesn't.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3113)
doc/man3/SSL_read_early_data.pod
include/openssl/ssl.h
ssl/ssl_lib.c