From: Pauli Date: Mon, 6 Mar 2017 22:45:48 +0000 (+1000) Subject: Remove doc reference to non-existant GCM example X-Git-Tag: OpenSSL_1_0_2l~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c09502be4821a36e7023f74223386f77c2b2d14;p=oweals%2Fopenssl.git Remove doc reference to non-existant GCM example Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2866) (cherry picked from commit c1f84df2484d9d6745f5aaf1eb708f0bcd3faf28) --- diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index d9513338d8..9b223c9938 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptInit.pod @@ -395,8 +395,6 @@ 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). -See L 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