Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / x509 / x_all.c
index 9af26e69f0983f5d58a11647e4ba34b99f18405a..5a5f09855896525eb7e38b6c99f6dcf0708ec069 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * Low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/buffer.h>