EVP_PKEY_get_group_name works with public keys as well

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)
This commit is contained in:
Tomas Mraz 2021-01-20 15:37:32 +01:00
parent 36fafb2e80
commit adffee9753

View 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