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:
b00d540
)
Remove documentation of deleted function
author
Benjamin Kaduk
<bkaduk@akamai.com>
Tue, 28 Feb 2017 22:39:01 +0000
(16:39 -0600)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 16 Mar 2017 10:39:34 +0000
(11:39 +0100)
It's even removing a BUGS entry!
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2797)
doc/man3/DES_random_key.pod
patch
|
blob
|
history
diff --git
a/doc/man3/DES_random_key.pod
b/doc/man3/DES_random_key.pod
index bcf9761b3e9883fd1c771944a266bd964dae17b6..4a7b1063541f8cd0d0f9d6aba93d6b829057294a 100644
(file)
--- a/
doc/man3/DES_random_key.pod
+++ b/
doc/man3/DES_random_key.pod
@@
-254,8
+254,6
@@
bytes.
=head1 BUGS
-DES_3cbc_encrypt() is flawed and must not be used in applications.
-
DES_cbc_encrypt() does not modify B<ivec>; use DES_ncbc_encrypt()
instead.