[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Tue Mar 7 15:08:54 UTC 2017
The branch OpenSSL_1_0_2-stable has been updated
via 5c09502be4821a36e7023f74223386f77c2b2d14 (commit)
from 540739d8757f88fe65832b644b0e0077ddb4d6d1 (commit)
- Log -----------------------------------------------------------------
commit 5c09502be4821a36e7023f74223386f77c2b2d14
Author: Pauli <paul.dale at oracle.com>
Date: Tue Mar 7 08:45:48 2017 +1000
Remove doc reference to non-existant GCM example
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2866)
(cherry picked from commit c1f84df2484d9d6745f5aaf1eb708f0bcd3faf28)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/EVP_EncryptInit.pod | 2 --
1 file changed, 2 deletions(-)
diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod
index d951333..9b223c9 100644
--- a/doc/crypto/EVP_EncryptInit.pod
+++ b/doc/crypto/EVP_EncryptInit.pod
@@ -395,8 +395,6 @@ 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).
-See L<EXAMPLES> below for an example of the use of GCM mode.
-
=head1 CCM Mode
The behaviour of CCM mode ciphers is similar to CCM mode but with a few
More information about the openssl-commits
mailing list