Remove documentation of deleted function

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)
This commit is contained in:
Benjamin Kaduk 2017-02-28 16:39:01 -06:00 committed by Richard Levitte
parent b00d5407b5
commit 0ae407eebe

View file

@ -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.