summaryrefslogtreecommitdiffstats
path: root/crypto/evp/legacy_md4.c
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 /crypto/evp/legacy_md4.c
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 'crypto/evp/legacy_md4.c')
-rw-r--r--crypto/evp/legacy_md4.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/evp/legacy_md4.c b/crypto/evp/legacy_md4.c
index b68a59fb85..4f91a9b27a 100644
--- a/crypto/evp/legacy_md4.c
+++ b/crypto/evp/legacy_md4.c
@@ -7,6 +7,12 @@
* https://www.openssl.org/source/license.html
*/
+/*
+ * MD4 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
#include <openssl/md4.h>
#include "crypto/evp.h"
#include "legacy_meth.h"