Deprecate the ECDH functions.
[openssl.git] / crypto / ec / ec_kmeth.c
index 9556a94210435d7e4671915e1f5d48f2557576b2..7aa9865d29dc17c4c5f6628f83f16a356db7fedb 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 <string.h>
 #include <openssl/ec.h>
 #include <openssl/engine.h>