summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3
diff options
context:
space:
mode:
authorjmc <>2018-09-12 15:09:22 +0000
committerjmc <>2018-09-12 15:09:22 +0000
commit4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b (patch)
treede9d2d4323a26ebfd3bea4d9572b09f4c5938791 /src/lib/libcrypto/man/EVP_EncryptInit.3
parentd18acfede8cb9aaf0ccd1af7ee5fae0fb4a51766 (diff)
downloadopenbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.gz
openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.bz2
openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.zip
tweak previous;
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 0dbaa6c848..436b1e47e6 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.24 2018/09/12 06:35:38 djm Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.25 2018/09/12 15:09:22 jmc Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100
4.\" 4.\"
@@ -668,7 +668,7 @@ is the maximum IV length for all ciphers.
668.Fn EVP_CIPHER_CTX_get_iv 668.Fn EVP_CIPHER_CTX_get_iv
669and 669and
670.Fn EVP_CIPHER_CTX_set_iv 670.Fn EVP_CIPHER_CTX_set_iv
671will respectively retrieve and set the IV for a 671will respectively retrieve and set the IV for an
672.Vt EVP_CIPHER_CTX . 672.Vt EVP_CIPHER_CTX .
673In both cases, the specified IV length must exactly equal the expected 673In both cases, the specified IV length must exactly equal the expected
674IV length for the context as returned by 674IV length for the context as returned by