Deprecate the low level MD4 functions.
[oweals/openssl.git] / providers / implementations / digests / md4_prov.c
index 3ce356a58f4445511ab9707fde697340580d2692..ba77758d07f4496320257209329c995657070831 100644 (file)
@@ -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/crypto.h>
 #include <openssl/md4.h>
 #include "prov/digestcommon.h"