summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-03-07 06:15:07 +0000
committertb <>2023-03-07 06:15:07 +0000
commit2612bbf043e1552170829a7f53031e831174a992 (patch)
tree5bf9935d3ee299e14eea5897e61856550e4d0b1d /src/lib
parent0af12b1af7f8d7a6915003784fa292d5aa5986ee (diff)
downloadopenbsd-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.312
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 ,
227and 227and
228.Fa pub_key 228.Fa priv_key
229can also be retrieved separately by the corresponding functions 229can 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 ,
234and
235.Fn DSA_get0_pub_key , 233.Fn DSA_get0_pub_key ,
234and
235.Fn DSA_get0_priv_key ,
236respectively. 236respectively.
237The pointers are owned by the 237The pointers are owned by the
238.Vt DSA 238.Vt DSA