From: Pauli Date: Mon, 6 Mar 2017 22:45:48 +0000 (+1000) Subject: Remove doc reference to non-existing GCM example X-Git-Tag: OpenSSL_1_1_0f~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8d082a44b663ed4cdd472dcc3f21831d0b92be;p=openssl Remove doc reference to non-existing 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 f6ff4e32d48f8929fa33781bff5e6e42c713564f) --- diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index db578e506a..6695f0205a 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptInit.pod @@ -455,8 +455,6 @@ length can only be set before specifying an IV. If not called a default tag length is used. For OCB AES the default is 16 (i.e. 128 bits). This is also the maximum tag length for OCB. -See L below for an example of the use of GCM mode. - =head1 CCM Mode The behaviour of CCM mode ciphers is similar to GCM mode but with a few