From: tb Date: Tue, 7 Mar 2023 06:15:07 +0000 (+0000) Subject: Make order of pub_key and priv_key the same everywhere X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9514014dc6bb253e1b01e99c888b35727d9798ba;p=openbsd Make order of pub_key and priv_key the same everywhere --- diff --git a/lib/libcrypto/man/DSA_get0_pqg.3 b/lib/libcrypto/man/DSA_get0_pqg.3 index 2de976d3063..b5250d9f989 100644 --- a/lib/libcrypto/man/DSA_get0_pqg.3 +++ b/lib/libcrypto/man/DSA_get0_pqg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_get0_pqg.3,v 1.6 2023/03/06 13:18:38 tb Exp $ +.\" $OpenBSD: DSA_get0_pqg.3,v 1.7 2023/03/07 06:15:07 tb Exp $ .\" full merge up to: OpenSSL e90fc053 Jul 15 09:39:45 2017 -0400 .\" .\" This file was written by Matt Caswell . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 6 2023 $ +.Dd $Mdocdate: March 7 2023 $ .Dt DSA_GET0_PQG 3 .Os .Sh NAME @@ -223,16 +223,16 @@ Any of the values .Fa p , .Fa q , .Fa g , -.Fa priv_key , +.Fa pub_key , and -.Fa pub_key +.Fa priv_key can also be retrieved separately by the corresponding functions .Fn DSA_get0_p , .Fn DSA_get0_q , .Fn DSA_get0_g , -.Fn DSA_get0_priv_key , -and .Fn DSA_get0_pub_key , +and +.Fn DSA_get0_priv_key , respectively. The pointers are owned by the .Vt DSA