summaryrefslogtreecommitdiffstats
path: root/doc/crypto/des.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-01 17:02:45 +0200
committerRichard Levitte <levitte@openssl.org>2003-10-01 17:02:45 +0200
commit9ad82c123a4d9b6d90904e741c0aaa7130db335f (patch)
tree393e39feeb306b2eda4d949c8fa7874661d2717a /doc/crypto/des.pod
parentCorrect incorrect mode bits change. (diff)
downloadopenssl-9ad82c123a4d9b6d90904e741c0aaa7130db335f.tar.xz
openssl-9ad82c123a4d9b6d90904e741c0aaa7130db335f.zip
Use correct case for manual page references
Diffstat (limited to '')
-rw-r--r--doc/crypto/des.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/des.pod b/doc/crypto/des.pod
index 528c73acac..6f0cf1cc5e 100644
--- a/doc/crypto/des.pod
+++ b/doc/crypto/des.pod
@@ -283,7 +283,7 @@ DES_cbc_encrypt is used.
=head1 NOTES
Single-key DES is insecure due to its short key size. ECB mode is
-not suitable for most applications; see L<DES_modes(7)|DES_modes(7)>.
+not suitable for most applications; see L<des_modes(7)|des_modes(7)>.
The L<evp(3)|evp(3)> library provides higher-level encryption functions.