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_1_1-pre1~2093 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c1f84df2484d9d6745f5aaf1eb708f0bcd3faf28;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) --- diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index db578e506a..6695f0205a 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/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