From: Neil Horman Date: Fri, 8 Mar 2024 20:06:33 +0000 (-0500) Subject: Bring SSL_group_to_name docs in line with API definition X-Git-Tag: openssl-3.3.0-alpha1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a8728686663f4fe044cd1a5757f6fcfd777317;p=thirdparty%2Fopenssl.git Bring SSL_group_to_name docs in line with API definition docs say the SSL object in this function is const, but the api doesn't qualify it as such. Adjust the docs to match the definition Reviewed-by: Ben Kaduk Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/23785) --- diff --git a/doc/man3/SSL_group_to_name.pod b/doc/man3/SSL_group_to_name.pod index 4551a1264c2..f1a706b4217 100644 --- a/doc/man3/SSL_group_to_name.pod +++ b/doc/man3/SSL_group_to_name.pod @@ -8,7 +8,7 @@ SSL_group_to_name - get name of group #include - const char *SSL_group_to_name(const SSL *ssl, int id); + const char *SSL_group_to_name(SSL *ssl, int id); =head1 DESCRIPTION