]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecdh_ossl.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / crypto / ec / ecdh_ossl.c
index 30b88371879b7e88610e14bf8ba7b51a932289ce..89761a9fdd43f1482346ea0b8683679461c0a1bf 100644 (file)
@@ -8,6 +8,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 <limits.h>