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:
noctuelles 2025-06-15 11:57:00 +02:00 committed by Matt Caswell
parent a9cb68ee8f
commit 0fe6c21a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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);