From 712ad2e7fe88533fba2bc7cd80a3ec398a4d3937 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 7 Jan 2017 05:06:22 +0000 Subject: correctly mark all documented macros found in --- src/lib/libcrypto/man/BN_generate_prime.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/BN_generate_prime.3') 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 @@ -.\" $OpenBSD: BN_generate_prime.3,v 1.5 2016/12/10 21:13:25 schwarze Exp $ +.\" $OpenBSD: BN_generate_prime.3,v 1.6 2017/01/07 05:06:22 schwarze Exp $ .\" OpenSSL 2afb29b4 Aug 14 16:47:13 2014 -0400 .\" .\" This file was written by Ulf Moeller @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 10 2016 $ +.Dd $Mdocdate: January 7 2017 $ .Dt BN_GENERATE_PRIME 3 .Os .Sh NAME @@ -262,7 +262,7 @@ provided for backwards compatibility purposes. .Pp For "new" style callbacks a .Vt BN_GENCB -structure should be initialised with a call to +structure should be initialised with a call to the macro .Fn BN_GENCB_set , where .Fa gencb @@ -276,7 +276,7 @@ and is a .Vt void * . "Old" style callbacks are the same except they are initialised with a -call to +call to the macro .Fn BN_GENCB_set_old and .Fa callback -- cgit v1.2.3-55-g6feb