]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/curve25519.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / crypto / ec / curve25519.c
index a512aeb237d8ab1fe62ebf2e895e206ddd48bf07..6672f5d2490a2c9d20b235aee3d69c4a8cd51648 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/evp.h>