diff options
Diffstat (limited to 'src/lib/libcrypto/man/BN_cmp.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_cmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_cmp.3 b/src/lib/libcrypto/man/BN_cmp.3 index f7a8ef44f8..bd79c905d7 100644 --- a/src/lib/libcrypto/man/BN_cmp.3 +++ b/src/lib/libcrypto/man/BN_cmp.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_cmp.3,v 1.3 2016/11/20 16:37:02 schwarze Exp $ | 1 | .\" $OpenBSD: BN_cmp.3,v 1.4 2016/12/10 21:13:25 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 20 2016 $ | 51 | .Dd $Mdocdate: December 10 2016 $ |
52 | .Dt BN_CMP 3 | 52 | .Dt BN_CMP 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -136,7 +136,7 @@ and | |||
136 | .Fn BN_is_odd | 136 | .Fn BN_is_odd |
137 | return 1 if the condition is true, 0 otherwise. | 137 | return 1 if the condition is true, 0 otherwise. |
138 | .Sh SEE ALSO | 138 | .Sh SEE ALSO |
139 | .Xr bn 3 | 139 | .Xr BN_new 3 |
140 | .Sh HISTORY | 140 | .Sh HISTORY |
141 | .Fn BN_cmp , | 141 | .Fn BN_cmp , |
142 | .Fn BN_ucmp , | 142 | .Fn BN_ucmp , |