]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/md4/md4_dgst.c
Deprecate the low level MD4 functions.
[thirdparty/openssl.git] / crypto / md4 / md4_dgst.c
index cf95fbe622675a72bb50a43460a99d13fb503205..531676a2afef81664d119d839cc489686a047823 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 <stdio.h>
 #include <openssl/opensslv.h>
 #include "md4_local.h"