]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_aes_128_gcm.pod
Reference the non-"legacy" provider names directly from EVP_md5(3) &c.
[thirdparty/openssl.git] / doc / man3 / EVP_aes_128_gcm.pod
index 067f17e8fc183df413a0aabb11dead4ff7f0f1b9..485705ea7889073dd706fa69be170e53ac6cdc7d 100644 (file)
@@ -167,7 +167,7 @@ the XTS "tweak" value.
 
 Developers should be aware of the negative performance implications of
 calling these functions multiple times and should consider using
-L<EVP_CIPHER_fetch(3)> instead.
+L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-AES(7)> instead.
 See L<crypto(7)/Performance> for further information.
 
 =head1 RETURN VALUES