summaryrefslogtreecommitdiffstats
path: root/doc/man3/MD5.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-01-09 10:37:28 +1000
committerPauli <paul.dale@oracle.com>2020-01-12 12:02:17 +1000
commit8ffb20ce05c13f137c169ebdfd11f702da82e9eb (patch)
tree47f523e711260dcaa1a96600e742ece528cd785c /doc/man3/MD5.pod
parent01b0768d098698701c5491d8386019491a3dfdc7 (diff)
Deprecate the low level MD4 functions.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10790)
Diffstat (limited to 'doc/man3/MD5.pod')
-rw-r--r--doc/man3/MD5.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/MD5.pod b/doc/man3/MD5.pod
index ee4569f6de..8efc8240ae 100644
--- a/doc/man3/MD5.pod
+++ b/doc/man3/MD5.pod
@@ -22,6 +22,10 @@ L<openssl_user_macros(7)>:
#include <openssl/md4.h>
+Deprecated since OpenSSL 3.0, can be hidden entirely by defining
+B<OPENSSL_API_COMPAT> with a suitable version value, see
+L<openssl_user_macros(7)>:
+
unsigned char *MD4(const unsigned char *d, unsigned long n, unsigned char *md);
int MD4_Init(MD4_CTX *c);