]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecdsa_vrf.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / crypto / ec / ecdsa_vrf.c
index 60f4af04263e3d007a0d6419d7f43acf6bdd86dc..255c4eeea295556fb1d1991705b6a60667cc4ed9 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 <openssl/ec.h>
 #include "ec_local.h"
 #include <openssl/err.h>