]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ecdsatest.c
Deprecate the ECDSA and EV_KEY_METHOD functions.
[thirdparty/openssl.git] / test / ecdsatest.c
index f99817898f221d38784849668d29ffcdff77ceee..a87715a9901d755ed0f1f352e51ac61c924016e7 100644 (file)
@@ -8,6 +8,11 @@
  * 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 <openssl/opensslconf.h> /* To see if OPENSSL_NO_EC is defined */
 #include "testutil.h"