diff options
author | tb <> | 2023-03-07 06:15:07 +0000 |
---|---|---|
committer | tb <> | 2023-03-07 06:15:07 +0000 |
commit | 2612bbf043e1552170829a7f53031e831174a992 (patch) | |
tree | 5bf9935d3ee299e14eea5897e61856550e4d0b1d /src/lib | |
parent | 0af12b1af7f8d7a6915003784fa292d5aa5986ee (diff) | |
download | openbsd-2612bbf043e1552170829a7f53031e831174a992.tar.gz openbsd-2612bbf043e1552170829a7f53031e831174a992.tar.bz2 openbsd-2612bbf043e1552170829a7f53031e831174a992.zip |
Make order of pub_key and priv_key the same everywhere
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/DSA_get0_pqg.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/DSA_get0_pqg.3 b/src/lib/libcrypto/man/DSA_get0_pqg.3 index 2de976d306..b5250d9f98 100644 --- a/src/lib/libcrypto/man/DSA_get0_pqg.3 +++ b/src/lib/libcrypto/man/DSA_get0_pqg.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_get0_pqg.3,v 1.6 2023/03/06 13:18:38 tb Exp $ | 1 | .\" $OpenBSD: DSA_get0_pqg.3,v 1.7 2023/03/07 06:15:07 tb Exp $ |
2 | .\" full merge up to: OpenSSL e90fc053 Jul 15 09:39:45 2017 -0400 | 2 | .\" full merge up to: OpenSSL e90fc053 Jul 15 09:39:45 2017 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 6 2023 $ | 51 | .Dd $Mdocdate: March 7 2023 $ |
52 | .Dt DSA_GET0_PQG 3 | 52 | .Dt DSA_GET0_PQG 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -223,16 +223,16 @@ Any of the values | |||
223 | .Fa p , | 223 | .Fa p , |
224 | .Fa q , | 224 | .Fa q , |
225 | .Fa g , | 225 | .Fa g , |
226 | .Fa priv_key , | 226 | .Fa pub_key , |
227 | and | 227 | and |
228 | .Fa pub_key | 228 | .Fa priv_key |
229 | can also be retrieved separately by the corresponding functions | 229 | can also be retrieved separately by the corresponding functions |
230 | .Fn DSA_get0_p , | 230 | .Fn DSA_get0_p , |
231 | .Fn DSA_get0_q , | 231 | .Fn DSA_get0_q , |
232 | .Fn DSA_get0_g , | 232 | .Fn DSA_get0_g , |
233 | .Fn DSA_get0_priv_key , | ||
234 | and | ||
235 | .Fn DSA_get0_pub_key , | 233 | .Fn DSA_get0_pub_key , |
234 | and | ||
235 | .Fn DSA_get0_priv_key , | ||
236 | respectively. | 236 | respectively. |
237 | The pointers are owned by the | 237 | The pointers are owned by the |
238 | .Vt DSA | 238 | .Vt DSA |