summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_DHparams.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_DHparams.3')
-rw-r--r--src/lib/libcrypto/man/d2i_DHparams.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_DHparams.3 b/src/lib/libcrypto/man/d2i_DHparams.3
index cbf32c8c6e..b1f75fafae 100644
--- a/src/lib/libcrypto/man/d2i_DHparams.3
+++ b/src/lib/libcrypto/man/d2i_DHparams.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_DHparams.3,v 1.3 2016/12/05 20:32:19 schwarze Exp $ 1.\" $OpenBSD: d2i_DHparams.3,v 1.4 2016/12/08 20:22:08 jmc Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 5 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt D2I_DHPARAMS 3 53.Dt D2I_DHPARAMS 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -72,8 +72,7 @@
72.Sh DESCRIPTION 72.Sh DESCRIPTION
73These functions decode and encode PKCS#3 DH parameters using the 73These functions decode and encode PKCS#3 DH parameters using the
74DHparameter structure described in PKCS#3. 74DHparameter structure described in PKCS#3.
75.Pp 75They otherwise behave in a way similar to
76Otherwise these behave in a way similar to
77.Xr d2i_X509 3 76.Xr d2i_X509 3
78and 77and
79.Xr i2d_X509 3 . 78.Xr i2d_X509 3 .