Deprecate the low level SHA functions.
[openssl.git] / crypto / sha / sha256.c
index 99833924b0684a5d23200616f585de14518e05ce..9006eced75a515edd09fb95986c779649554f1ab 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * SHA256 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/opensslconf.h>
 
 #include <stdlib.h>