Ensure libssl uses the new library context aware CT code
[openssl.git] / ssl / s3_cbc.c
index 056fb1f6cf29d073591db00a2e29025363c1c284..888ff3c2f691771911cc3e8ab51524c66951864d 100644 (file)
@@ -7,8 +7,14 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "internal/constant_time_locl.h"
-#include "ssl_locl.h"
+/*
+ * MD5 and 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>