From b6a9311a3edd056eaacbcbae2fcb723df5d99057 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 2 Nov 2017 17:35:19 +0000 Subject: Import OpenSSL 1.0.2m. --- doc/crypto/EVP_EncryptInit.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/crypto/EVP_EncryptInit.pod') diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index 0c0a30c1ffa0..dc9a2d76c5f6 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptInit.pod @@ -395,8 +395,7 @@ processed (e.g. after an EVP_EncryptFinal() call). EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_TAG, taglen, tag); Sets the expected tag to B bytes from B. This call is only legal -when decrypting data and must be made B any data is processed (e.g. -before any EVP_DecryptUpdate() call). +when decrypting data. =head1 CCM Mode -- cgit v1.3