Deprecate the low level MDC2 functions.
[openssl.git] / crypto / mdc2 / mdc2dgst.c
index 46142f11d28534c5422042ee4b6d298a4716f2a8..8893be16e4b9dc6b4537ed43764dcda4120210c6 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * MD2 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>