Deprecate the low level SHA functions.
[openssl.git] / crypto / md5 / md5_sha1.c
index 32bf9a13fc6efd296c8c2c5f2bf6522486367b33..fa2ccde30f44e12c93c1e6e23998edd93acd6be6 100644 (file)
@@ -6,6 +6,13 @@
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
  */
+
+/*
+ * SHA-1 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <string.h>
 #include "prov/md5_sha1.h"
 #include <openssl/evp.h>