Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
[openssl.git] / test / ec_internal_test.c
index 4b849312be7820e138a2e70bdb5368c93ca13d55..a4fb1ea4b2d8a3fd579adb8c79a4330ee8fa46f4 100644 (file)
@@ -7,6 +7,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 "internal/nelem.h"
 #include "testutil.h"
 #include <openssl/ec.h>