summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/BN_zero.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-12-10 21:13:25 +0000
committerschwarze <schwarze@openbsd.org>2016-12-10 21:13:25 +0000
commit68d7c31cb44b47784c9a18f4805604095abc01de (patch)
treea65bd132f1aa22ece4eeda9a1e02166241893c36 /lib/libcrypto/man/BN_zero.3
parentAdd Copyright and license; jmc@ noticed that i missed this file. (diff)
downloadwireguard-openbsd-68d7c31cb44b47784c9a18f4805604095abc01de.tar.xz
wireguard-openbsd-68d7c31cb44b47784c9a18f4805604095abc01de.zip
replace all references to bn(3) with BN_new(3),
and make sure all BN*(3) pages point back to BN_new(3)
Diffstat (limited to 'lib/libcrypto/man/BN_zero.3')
-rw-r--r--lib/libcrypto/man/BN_zero.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BN_zero.3 b/lib/libcrypto/man/BN_zero.3
index 9724222a568..49d08717e4b 100644
--- a/lib/libcrypto/man/BN_zero.3
+++ b/lib/libcrypto/man/BN_zero.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BN_zero.3,v 1.5 2016/11/20 18:38:44 schwarze Exp $
+.\" $OpenBSD: BN_zero.3,v 1.6 2016/12/10 21:13:25 schwarze Exp $
.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 20 2016 $
+.Dd $Mdocdate: December 10 2016 $
.Dt BN_ZERO 3
.Os
.Sh NAME
@@ -124,8 +124,8 @@ return 1 on success, 0 otherwise.
.Fn BN_value_one
returns the constant.
.Sh SEE ALSO
-.Xr bn 3 ,
.Xr BN_bn2bin 3 ,
+.Xr BN_new 3 ,
.Xr BN_set_bit 3 ,
.Xr BN_set_negative 3
.Sh HISTORY