mirror of https://github.com/openssl/openssl.git
fix: difference between parameter name between doc and header file.
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27828)
This commit is contained in:
parent
a9cb68ee8f
commit
0fe6c21a7d
|
|
@ -801,7 +801,7 @@ void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
__owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
__owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
||||||
const unsigned char *in, unsigned int inlen,
|
const unsigned char *server, unsigned int server_len,
|
||||||
const unsigned char *client,
|
const unsigned char *client,
|
||||||
unsigned int client_len);
|
unsigned int client_len);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue