summaryrefslogtreecommitdiffstats
path: root/crypto/evp/legacy_md4.c
diff options
context:
space:
mode:
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"