Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / sm2 / sm2_pmeth.c
index 1068b7b901d88d4da1e77e4642ef37381d960891..681a0ab130a79c581f30881ff635ee5aefe1304c 100644 (file)
@@ -7,6 +7,12 @@
  * 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 <openssl/asn1t.h>
 #include <openssl/ec.h>