]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
EVP_PKEY_get_group_name works with public keys as well
authorTomas Mraz <tomas@openssl.org>
Wed, 20 Jan 2021 14:37:32 +0000 (15:37 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Jan 2021 14:26:49 +0000 (15:26 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)

doc/man3/EVP_PKEY_get_group_name.pod

index 964d6b8007dd856462bef7dc6d376077285a6b85..1dc6df26d7d0a173afd8adc5fd4527c3c943cffc 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-EVP_PKEY_get_group_name - get private key group name
+EVP_PKEY_get_group_name - get group name of a key
 
 =head1 SYNOPSIS