Deprecate the low level MDC2 functions.
[openssl.git] / providers / implementations / digests / mdc2_prov.c
index 4a7d3a43abbf6e32b715be69aeec667297d50329..c3e19af9e1d6234a2785f5153ee806103b56425a 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * MDC2 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/crypto.h>
 #include <openssl/params.h>
 #include <openssl/mdc2.h>