Deprecate the low level MDC2 functions.
[openssl.git] / test / mdc2_internal_test.c
index 38b5f34957033f4ccd3260ec8df688d594da9d91..0e32331f24703d6e031db6e88e83f4ab9491d196 100644 (file)
@@ -9,6 +9,12 @@
 
 /* Internal tests for the mdc2 module */
 
+/*
+ * MDC2 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <string.h>