Deprecate the ECDH functions.
[openssl.git] / crypto / ec / ec_pmeth.c
index 5834b868e24d07bfc5802ba3971043aab8c3ebbd..d4a59b57eeeea0c570005b2e02495ab9a3f26f3d 100644 (file)
@@ -7,12 +7,18 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * ECDH and ECDSA low level APIs are deprecated for public use, but still ok
+ * for internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include <openssl/ec.h>
-#include "ec_lcl.h"
+#include "ec_local.h"
 #include <openssl/evp.h>
 #include "crypto/evp.h"