Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / ec / ec_check.c
index 974fcb24462d9789c974632b5980202023f4304e..bb39177d644bc384a71e637f18f51096a7c8ba30 100644 (file)
@@ -7,7 +7,13 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "ec_lcl.h"
+/*
+ * ECDSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
+#include "ec_local.h"
 #include <openssl/err.h>
 
 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only,