PROV: Add DERlib support for DSA
[openssl.git] / providers / implementations / digests / md5_sha1_prov.c
index 09c502d839b1a91a048b4b0a274b856d9c10e5fb..4d87e2fec60661562c6e42b5230b96034846beb5 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * MD5 and SHA-1 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <string.h>
 #include <openssl/crypto.h>
 #include <openssl/evp.h>