[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Mar 7 15:07:38 UTC 2017
The branch master has been updated
via c1f84df2484d9d6745f5aaf1eb708f0bcd3faf28 (commit)
from 9015d34e141af747f7c750f8d08f862b2a8273c7 (commit)
- Log -----------------------------------------------------------------
commit c1f84df2484d9d6745f5aaf1eb708f0bcd3faf28
Author: Pauli <paul.dale at oracle.com>
Date: Tue Mar 7 08:45:48 2017 +1000
Remove doc reference to non-existant GCM example
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2866)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_EncryptInit.pod | 2 --
1 file changed, 2 deletions(-)
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index db578e5..6695f02 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
More information about the openssl-commits
mailing list