Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / ec / ec_key.c
index 2ae5a654c3a79169d7fe928a0cb956f41010c3b5..a0cd5b9bda751ecd753e5adbd726970a5bcb9ec4 100644 (file)
@@ -8,6 +8,12 @@
  * https://www.openssl.org/source/license.html
  */
 
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * ECDSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include "internal/cryptlib.h"
 #include <string.h>
 #include "ec_local.h"
 #include "internal/cryptlib.h"
 #include <string.h>
 #include "ec_local.h"