diff options
author | miod <> | 2014-07-10 13:53:11 +0000 |
---|---|---|
committer | miod <> | 2014-07-10 13:53:11 +0000 |
commit | a2a7393cf3489febec569cfa8aab8735e4f58339 (patch) | |
tree | 6dab0d552e58081d073a867cd82cc07494f1f423 /src/lib/libcrypto/doc/DES_set_key.pod | |
parent | 1082a058669965dec6fa4446b8d1067628bb8e91 (diff) | |
download | openbsd-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.pod | 2 |
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 | ||
283 | Single-key DES is insecure due to its short key size. ECB mode is | 283 | Single-key DES is insecure due to its short key size. ECB mode is |
284 | not suitable for most applications; see L<des_modes(7)|des_modes(7)>. | 284 | not suitable for most applications. |
285 | 285 | ||
286 | The L<evp(3)|evp(3)> library provides higher-level encryption functions. | 286 | The L<evp(3)|evp(3)> library provides higher-level encryption functions. |
287 | 287 | ||