summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/DES_set_key.pod
diff options
context:
space:
mode:
authormiod <>2014-07-10 13:53:11 +0000
committermiod <>2014-07-10 13:53:11 +0000
commita2a7393cf3489febec569cfa8aab8735e4f58339 (patch)
tree6dab0d552e58081d073a867cd82cc07494f1f423 /src/lib/libcrypto/doc/DES_set_key.pod
parent1082a058669965dec6fa4446b8d1067628bb8e91 (diff)
downloadopenbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.tar.gz
openbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.tar.bz2
openbsd-a2a7393cf3489febec569cfa8aab8735e4f58339.zip
Remove empty sections and references to des_modes(7) which we don't have.
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