Deprecate the low level SHA functions.
[openssl.git] / ssl / s3_cbc.c
index 056fb1f6cf29d073591db00a2e29025363c1c284..20a2aa3599081a6998230a44bb5e3e4461ef38c5 100644 (file)
@@ -7,8 +7,14 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "internal/constant_time_locl.h"
-#include "ssl_locl.h"
+/*
+ * 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"
 
 #include <openssl/md5.h>