From: schwarze Date: Tue, 13 Feb 2018 01:59:16 +0000 (+0000) Subject: Mention that BN_new(3) sets the value to zero; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8dbdfc6460eb4f972333fa7e3feee2c514685b75;p=openbsd Mention that BN_new(3) sets the value to zero; from Hubert Kario via OpenSSL commit 681acb31 Sep 29 13:10:34 2017 +0200. --- diff --git a/lib/libcrypto/man/BN_new.3 b/lib/libcrypto/man/BN_new.3 index 8122e32f79c..87bdd705344 100644 --- a/lib/libcrypto/man/BN_new.3 +++ b/lib/libcrypto/man/BN_new.3 @@ -1,6 +1,7 @@ -.\" $OpenBSD: BN_new.3,v 1.9 2017/01/30 07:51:27 jmc Exp $ -.\" OpenSSL doc/man3/BN_new.pod 2457c19d Mar 6 08:43:36 2004 +0000 -.\" OpenSSL doc/man7/bn.pod 05ea606a May 20 20:52:46 2016 -0400 +.\" $OpenBSD: BN_new.3,v 1.10 2018/02/13 01:59:16 schwarze Exp $ +.\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 +.\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 +.\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file was written by Ulf Moeller . .\" Copyright (c) 2000, 2004 The OpenSSL Project. All rights reserved. @@ -49,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: January 30 2017 $ +.Dd $Mdocdate: February 13 2018 $ .Dt BN_NEW 3 .Os .Sh NAME @@ -101,7 +102,7 @@ or accessed directly. .Fn BN_new allocates and initializes a .Vt BIGNUM -structure. +structure, in particular setting the value to zero. .Pp .Fn BN_init initializes an existing uninitialized