aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-01-15 11:13:03 +1000
committerPauli <paul.dale@oracle.com>2020-01-19 10:14:39 +1000
commit781aa7ab63eca123ecef6eef90bbf435b881976e (patch)
tree8cf2d2f8cd42b0f90f31895d1518b1b55af0441c /providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
parent85d843c8eccce937d073a9df7a193032478e21dd (diff)
downloadopenssl-781aa7ab63eca123ecef6eef90bbf435b881976e.zip
openssl-781aa7ab63eca123ecef6eef90bbf435b881976e.tar.gz
openssl-781aa7ab63eca123ecef6eef90bbf435b881976e.tar.bz2
Deprecate the low level MD5 functions.
Use of the low level MD5 functions has been informally discouraged for a long time. We now formally deprecate them. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10791)
Diffstat (limited to 'providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c')
-rw-r--r--providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c b/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
index 767a1e3..253bb54 100644
--- a/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
+++ b/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
@@ -10,8 +10,8 @@
/* RC4_HMAC_MD5 cipher implementation */
/*
- * RC4 low level APIs are deprecated for public use, but still ok for internal
- * use.
+ * MD5 and RC4 low level APIs are deprecated for public use, but still ok for
+ * internal use.
*/
#include "internal/deprecated.h"