Deprecate the low level MD5 functions.
[openssl.git] / crypto / md5 / md5_one.c
index c31760bb39784a89ba0c9ac93e769fc712cd8eea..96f4f96f4276d221c2f468d6542ae6bd7e22fdef 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * MD5 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <openssl/md5.h>