aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-21 10:59:56 +1000
committerPauli <pauli@openssl.org>2021-09-22 16:22:50 +1000
commit57cd10dd1ee9659b94cfa8a8e74c5a151632975e (patch)
tree997fb6956513e2a161a032e4abfa7e11a1bf96c8 /doc/man3/EVP_EncryptInit.pod
parent52dcc011191ad1a40fd52ae92ef009309deaca52 (diff)
downloadopenssl-57cd10dd1ee9659b94cfa8a8e74c5a151632975e.tar.gz
doc: remove end of line whitespace
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16641)
Diffstat (limited to 'doc/man3/EVP_EncryptInit.pod')
-rw-r--r--doc/man3/EVP_EncryptInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index 62d9047dce..93b4f2c383 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -1330,7 +1330,7 @@ Sets the CCM B<L> value. If not set a default is used (8 for AES).
=item EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_IVLEN, ivlen, NULL)
-Sets the CCM nonce (IV) length. This call can only be made before specifying a
+Sets the CCM nonce (IV) length. This call can only be made before specifying a
nonce value. The nonce length is given by B<15 - L> so it is 7 by default for
AES.