summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/DES_set_key.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/DES_set_key.pod')
-rw-r--r--src/lib/libcrypto/doc/DES_set_key.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/DES_set_key.pod b/src/lib/libcrypto/doc/DES_set_key.pod
index c0447b8bae..d6a35eacd4 100644
--- a/src/lib/libcrypto/doc/DES_set_key.pod
+++ b/src/lib/libcrypto/doc/DES_set_key.pod
@@ -281,7 +281,7 @@ DES_cbc_encrypt is used.
281=head1 NOTES 281=head1 NOTES
282 282
283Single-key DES is insecure due to its short key size. ECB mode is 283Single-key DES is insecure due to its short key size. ECB mode is
284not suitable for most applications; see L<des_modes(7)|des_modes(7)>. 284not suitable for most applications.
285 285
286The L<evp(3)|evp(3)> library provides higher-level encryption functions. 286The L<evp(3)|evp(3)> library provides higher-level encryption functions.
287 287