summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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