summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/BN_bn2bin.3
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
committernectar <nectar@FreeBSD.org>2002-07-30 14:34:51 +0000
commit3b5892151d7a7d029efd6f493c5f00e6af1f434d (patch)
treef239f4213ce469657247f484c7d8d695af0096da /secure/lib/libcrypto/man/BN_bn2bin.3
parentaeefd5b3e2766cf2adf46ab0d391c6290c566150 (diff)
downloadFreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.zip
FreeBSD-src-3b5892151d7a7d029efd6f493c5f00e6af1f434d.tar.gz
Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e.
Diffstat (limited to 'secure/lib/libcrypto/man/BN_bn2bin.3')
-rw-r--r--secure/lib/libcrypto/man/BN_bn2bin.38
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/BN_bn2bin.3 b/secure/lib/libcrypto/man/BN_bn2bin.3
index 4535d20..6a81049 100644
--- a/secure/lib/libcrypto/man/BN_bn2bin.3
+++ b/secure/lib/libcrypto/man/BN_bn2bin.3
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Thu May 9 13:16:23 2002
+.\" Tue Jul 30 09:21:17 2002
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -137,8 +137,8 @@
.rm #[ #] #H #V #F C
.\" ======================================================================
.\"
-.IX Title "BN_BN2BIN 1"
-.TH BN_BN2BIN 1 "perl v5.6.1" "2000-11-13" "User Contributed Perl Documentation"
+.IX Title "BN_bn2bin 3"
+.TH BN_bn2bin 3 "0.9.6e" "2002-07-30" "OpenSSL"
.UC
.SH "NAME"
BN_bn2bin, BN_bin2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn,
@@ -192,7 +192,7 @@ with a leading '\-' for negative numbers, to the \fB\s-1BIO\s0\fR or \fB\s-1FILE
\&\fBfp\fR.
.PP
\&\fIBN_bn2mpi()\fR and \fIBN_mpi2bn()\fR convert \fB\s-1BIGNUM\s0\fRs from and to a format
-that consists of the number's length in bytes represented as a 3\-byte
+that consists of the number's length in bytes represented as a 4\-byte
big-endian number, and the number itself in big-endian format, where
the most significant bit signals a negative number (the representation
of numbers with the \s-1MSB\s0 set is prefixed with null byte).
OpenPOWER on IntegriCloud