diff options
Diffstat (limited to 'src/lib/libcrypto/man/BF_set_key.3')
-rw-r--r-- | src/lib/libcrypto/man/BF_set_key.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BF_set_key.3 b/src/lib/libcrypto/man/BF_set_key.3 index 7357f0cfc3..b2c5fdc947 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.8 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: BF_set_key.3,v 1.9 2019/01/02 07:42:21 jmc 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: March 27 2018 $ | 52 | .Dd $Mdocdate: January 2 2019 $ |
53 | .Dt BF_SET_KEY 3 | 53 | .Dt BF_SET_KEY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -188,7 +188,7 @@ operates on data that is a multiple of 8 bytes long, while | |||
188 | .Fn BF_cfb64_encrypt | 188 | .Fn BF_cfb64_encrypt |
189 | and | 189 | and |
190 | .Fn BF_ofb64_encrypt | 190 | .Fn BF_ofb64_encrypt |
191 | are used to encrypt an variable number of bytes (the amount | 191 | are used to encrypt a variable number of bytes (the amount |
192 | does not have to be an exact multiple of 8). | 192 | does not have to be an exact multiple of 8). |
193 | The purpose of the latter two is to simulate stream ciphers and, | 193 | The purpose of the latter two is to simulate stream ciphers and, |
194 | therefore, they need the parameter | 194 | therefore, they need the parameter |