Use correct case for manual page references

This commit is contained in:
Richard Levitte 2003-10-01 15:02:48 +00:00
parent 144aa3c56e
commit 0dd675509c

View File

@ -283,7 +283,7 @@ DES_cbc_encrypt is used.
=head1 NOTES =head1 NOTES
Single-key DES is insecure due to its short key size. ECB mode is 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. The L<evp(3)|evp(3)> library provides higher-level encryption functions.