]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecdsa_ossl.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / crypto / ec / ecdsa_ossl.c
index 8de22ba910d2480d341ca57332bc5ff3e4e5e5b0..e9291b17a63a2025adad3476cd3fc4ab6c551ac5 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 <openssl/err.h>
 #include <openssl/obj_mac.h>