Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / ec / ec_asn1.c
index 0567f2ab069d744f9f2759534b3607fed8729e8d..f61d8860a464359bcdc962bbaac870a07be8f734 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 <string.h>
 #include "ec_local.h"
 #include <openssl/err.h>