summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BF_set_key.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BF_set_key.3')
-rw-r--r--src/lib/libcrypto/man/BF_set_key.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BF_set_key.3 b/src/lib/libcrypto/man/BF_set_key.3
index b2c5fdc947..c7e83a7526 100644
--- a/src/lib/libcrypto/man/BF_set_key.3
+++ b/src/lib/libcrypto/man/BF_set_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BF_set_key.3,v 1.9 2019/01/02 07:42:21 jmc Exp $ 1.\" $OpenBSD: BF_set_key.3,v 1.10 2019/06/06 01:06:58 schwarze Exp $
2.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 2.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400
3.\" 3.\"
4.\" This file was written by Richard Levitte <levitte@openssl.org>. 4.\" This file was written by Richard Levitte <levitte@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: January 2 2019 $ 52.Dd $Mdocdate: June 6 2019 $
53.Dt BF_SET_KEY 3 53.Dt BF_SET_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -257,6 +257,8 @@ The alternative is to use
257Be aware that these functions take each 32-bit chunk in host-byte order, 257Be aware that these functions take each 32-bit chunk in host-byte order,
258which is little-endian on little-endian platforms 258which is little-endian on little-endian platforms
259and big-endian on big-endian ones. 259and big-endian on big-endian ones.
260.Sh SEE ALSO
261.Xr EVP_EncryptInit 3
260.Sh HISTORY 262.Sh HISTORY
261.Fn BF_set_key , 263.Fn BF_set_key ,
262.Fn BF_encrypt , 264.Fn BF_encrypt ,