summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/md5_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/md5_prov.c')
-rw-r--r--providers/implementations/digests/md5_prov.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/implementations/digests/md5_prov.c b/providers/implementations/digests/md5_prov.c
index 7b92b6139c..73071cdd95 100644
--- a/providers/implementations/digests/md5_prov.c
+++ b/providers/implementations/digests/md5_prov.c
@@ -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"