typo: an nonce -> a nonce
authortb <tb@openbsd.org>
Sun, 26 Aug 2018 16:55:30 +0000 (16:55 +0000)
committertb <tb@openbsd.org>
Sun, 26 Aug 2018 16:55:30 +0000 (16:55 +0000)
lib/libcrypto/man/EVP_EncryptInit.3

index f774bb9..676478f 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_EncryptInit.3,v 1.21 2018/03/29 21:12:02 schwarze Exp $
+.\" $OpenBSD: EVP_EncryptInit.3,v 1.22 2018/08/26 16:55:30 tb Exp $
 .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
 .\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100
 .\"
@@ -51,7 +51,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: March 29 2018 $
+.Dd $Mdocdate: August 26 2018 $
 .Dt EVP_ENCRYPTINIT 3
 .Os
 .Sh NAME
@@ -1089,7 +1089,7 @@ Sets the CCM L value.
 If not set, a default is used (8 for AES).
 .It Fn EVP_CIPHER_CTX_ctrl ctx EVP_CTRL_CCM_SET_IVLEN ivlen NULL
 Sets the CCM nonce (IV) length: this call can only be made before
-specifying an nonce value.
+specifying a nonce value.
 The nonce length is given by 15 - L so it is 7 by default for AES.
 .El
 .Sh EXAMPLES