diff options
Diffstat (limited to 'upstream/archlinux/man3/SSL_group_to_name.3ssl')
-rw-r--r-- | upstream/archlinux/man3/SSL_group_to_name.3ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/SSL_group_to_name.3ssl b/upstream/archlinux/man3/SSL_group_to_name.3ssl index 5d2578d8..4d515f4f 100644 --- a/upstream/archlinux/man3/SSL_group_to_name.3ssl +++ b/upstream/archlinux/man3/SSL_group_to_name.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SSL_GROUP_TO_NAME 3ssl" -.TH SSL_GROUP_TO_NAME 3ssl 2024-01-30 3.2.1 OpenSSL +.TH SSL_GROUP_TO_NAME 3ssl 2024-04-28 3.3.0 OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -67,7 +67,7 @@ SSL_group_to_name \- get name of group .Vb 1 \& #include <openssl/ssl.h> \& -\& const char *SSL_group_to_name(const SSL *ssl, int id); +\& const char *SSL_group_to_name(SSL *ssl, int id); .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" @@ -89,7 +89,7 @@ SSL object \fIssl\fR. \&\fBssl\fR\|(7) .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2021\-2024 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |