Commit 5c09502b authored by Pauli's avatar Pauli Committed by Rich Salz
Browse files

Remove doc reference to non-existant GCM example



Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2866)

(cherry picked from commit c1f84df2)
parent 540739d8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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