Deprecate the ECDH functions.
[openssl.git] / crypto / ec / ecdh_kdf.c
index 000b12a515a21eae0ed5f0eb9a368476d6434811..bc9c968655430d54e62f5f6e54e56904459ade55 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * ECDH low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <string.h>
 #include <openssl/core_names.h>
 #include <openssl/ec.h>