From 940c272713242bcc8ff6a54576c20345a43a098c Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 8 Nov 2016 22:19:45 +0000 Subject: some cleanup; --- src/lib/libcrypto/man/BN_new.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/man/BN_new.3') diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 887336e914..cb351d2fa5 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: BN_new.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: BN_new.3,v 1.3 2016/11/08 22:19:45 jmc Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: November 8 2016 $ .Dt BN_NEW 3 .Os .Sh NAME @@ -50,8 +50,8 @@ and sets it to the value 0. .Pp .Fn BN_free frees the components of the -.Vt BIGNUM , -and if it was created by +.Vt BIGNUM +and, if it was created by .Fn BN_new , also the structure itself. .Fn BN_clear_free @@ -81,6 +81,6 @@ return no values. .Fn BN_free , and .Fn BN_clear_free -are available in all versions on SSLeay and OpenSSL. +are available in all versions of SSLeay and OpenSSL. .Fn BN_init was added in SSLeay 0.9.1b. -- cgit v1.2.3-55-g6feb