summaryrefslogtreecommitdiffstats
path: root/crypto/mdc2/mdc2_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mdc2/mdc2_one.c')
-rw-r--r--crypto/mdc2/mdc2_one.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/mdc2/mdc2_one.c b/crypto/mdc2/mdc2_one.c
index 7b80bac50e..c8bfdcc9d6 100644
--- a/crypto/mdc2/mdc2_one.c
+++ b/crypto/mdc2/mdc2_one.c
@@ -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 "internal/cryptlib.h"
#include <openssl/mdc2.h>