summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_generate_prime.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BN_generate_prime.3')
-rw-r--r--src/lib/libcrypto/man/BN_generate_prime.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_generate_prime.3 b/src/lib/libcrypto/man/BN_generate_prime.3
index 2d4592105c..5d4f931a04 100644
--- a/src/lib/libcrypto/man/BN_generate_prime.3
+++ b/src/lib/libcrypto/man/BN_generate_prime.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_generate_prime.3,v 1.5 2016/12/10 21:13:25 schwarze Exp $ 1.\" $OpenBSD: BN_generate_prime.3,v 1.6 2017/01/07 05:06:22 schwarze Exp $
2.\" OpenSSL 2afb29b4 Aug 14 16:47:13 2014 -0400 2.\" OpenSSL 2afb29b4 Aug 14 16:47:13 2014 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> 4.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -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: December 10 2016 $ 53.Dd $Mdocdate: January 7 2017 $
54.Dt BN_GENERATE_PRIME 3 54.Dt BN_GENERATE_PRIME 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -262,7 +262,7 @@ provided for backwards compatibility purposes.
262.Pp 262.Pp
263For "new" style callbacks a 263For "new" style callbacks a
264.Vt BN_GENCB 264.Vt BN_GENCB
265structure should be initialised with a call to 265structure should be initialised with a call to the macro
266.Fn BN_GENCB_set , 266.Fn BN_GENCB_set ,
267where 267where
268.Fa gencb 268.Fa gencb
@@ -276,7 +276,7 @@ and
276is a 276is a
277.Vt void * . 277.Vt void * .
278"Old" style callbacks are the same except they are initialised with a 278"Old" style callbacks are the same except they are initialised with a
279call to 279call to the macro
280.Fn BN_GENCB_set_old 280.Fn BN_GENCB_set_old
281and 281and
282.Fa callback 282.Fa callback