diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_DHparams.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_DHparams.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_DHparams.3 b/src/lib/libcrypto/man/d2i_DHparams.3 index f7cc238899..0a216dc507 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.6 2018/02/16 17:54:23 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_DHparams.3,v 1.7 2018/03/20 22:22:10 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
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 |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: February 16 2018 $ | 53 | .Dd $Mdocdate: March 20 2018 $ |
54 | .Dt D2I_DHPARAMS 3 | 54 | .Dt D2I_DHPARAMS 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -91,3 +91,9 @@ if an error occurs. | |||
91 | .Sh SEE ALSO | 91 | .Sh SEE ALSO |
92 | .Xr d2i_X509 3 , | 92 | .Xr d2i_X509 3 , |
93 | .Xr DH_new 3 | 93 | .Xr DH_new 3 |
94 | .Sh HISTORY | ||
95 | .Fn d2i_DHparams | ||
96 | and | ||
97 | .Fn i2d_DHparams | ||
98 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
99 | .Ox 2.4 . | ||