summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-03-07 08:45:48 +1000
committerRich Salz <rsalz@openssl.org>2017-03-07 10:07:20 -0500
commitc1f84df2484d9d6745f5aaf1eb708f0bcd3faf28 (patch)
tree345b99f4826f9538cf438d64ccbe11182fec53cd
parent9015d34e141af747f7c750f8d08f862b2a8273c7 (diff)
Remove doc reference to non-existant GCM example
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2866)
-rw-r--r--doc/man3/EVP_EncryptInit.pod2
1 files changed, 0 insertions, 2 deletions
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</EXAMPLES> 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