Deprecate the ECDH functions.
[openssl.git] / crypto / ec / ec_pmeth.c
index 1750e43d16285f9b53890be65c6b26a4f1b81b56..d4a59b57eeeea0c570005b2e02495ab9a3f26f3d 100644 (file)
@@ -7,6 +7,12 @@
  * 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>