Deprecate the low level MD5 functions.
[openssl.git] / providers / implementations / digests / md5_prov.c
index 7b92b6139c068ea236081c3f95d8fd9c08832064..73071cdd958564cca9b7e370816c239ed62f6170 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 <openssl/crypto.h>
 #include <openssl/md5.h>
 #include "prov/digestcommon.h"