]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fix: difference between parameter name between doc and header file.
authornoctuelles <plouvel@student.42.fr>
Sun, 15 Jun 2025 09:57:00 +0000 (11:57 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Jun 2025 15:03:20 +0000 (16:03 +0100)
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)

include/openssl/ssl.h.in

index c431fb9e0499416ecdd3a9ac04d7039641d47ef5..aa17495eb88c7c14538e519d45459678209ddc02 100644 (file)
@@ -801,7 +801,7 @@ void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
 # endif
 
 __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,
                                  unsigned int client_len);