diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-11-02 17:35:19 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-11-02 17:35:19 +0000 |
| commit | b6a9311a3edd056eaacbcbae2fcb723df5d99057 (patch) | |
| tree | 720225dbdc898757e7df9a925ec85ade660013c1 /doc/crypto/EVP_EncryptInit.pod | |
| parent | 12df5ad9af4981f5d3c31a9819d31618c0f1af51 (diff) | |
Notes
Diffstat (limited to 'doc/crypto/EVP_EncryptInit.pod')
| -rw-r--r-- | doc/crypto/EVP_EncryptInit.pod | 3 |
1 files changed, 1 insertions, 2 deletions
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<taglen> bytes from B<tag>. This call is only legal -when decrypting data and must be made B<before> any data is processed (e.g. -before any EVP_DecryptUpdate() call). +when decrypting data. =head1 CCM Mode |
