]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ec_cvt.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / crypto / ec / ec_cvt.c
index 0fdd5f672c5f48de82c90f65e178907d736e0800..030c2990705db4ef084df23d11a84d5126aac968 100644 (file)
@@ -8,6 +8,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 <openssl/err.h>
 #include "crypto/bn.h"
 #include "ec_local.h"