Deprecate the low level SHA functions.
[openssl.git] / ssl / s3_cbc.c
index 1fe2846cd400c8cc5bb02427178435b72657053f..20a2aa3599081a6998230a44bb5e3e4461ef38c5 100644 (file)
@@ -7,6 +7,12 @@
  * 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 "internal/constant_time.h"
 #include "ssl_local.h"
 #include "internal/cryptlib.h"