projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeff6bb
)
Use correct case for manual page references
author
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 15:02:45 +0000
(15:02 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 15:02:45 +0000
(15:02 +0000)
doc/crypto/des.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/des.pod
b/doc/crypto/des.pod
index 528c73acac6188c6deb69970b6279460f805cb27..6f0cf1cc5e5f1fc006cdaea404fa8be6e640fe02 100644
(file)
--- 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.