summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_seed_cbc.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/EVP_seed_cbc.pod')
-rw-r--r--doc/man3/EVP_seed_cbc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_seed_cbc.pod b/doc/man3/EVP_seed_cbc.pod
index 010607e574..2c821d07c3 100644
--- a/doc/man3/EVP_seed_cbc.pod
+++ b/doc/man3/EVP_seed_cbc.pod
@@ -41,7 +41,7 @@ The SEED encryption algorithm in CBC, CFB, ECB and OFB modes respectively.
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-SEED(7)> instead.
See L<crypto(7)/Performance> for further information.
=head1 RETURN VALUES