Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
[openssl.git] / test / ec_internal_test.c
index 8d3a4fdd67ce2750990ffc40b51180833f570314..a4fb1ea4b2d8a3fd579adb8c79a4330ee8fa46f4 100644 (file)
@@ -7,10 +7,15 @@
  * 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>
-#include "ec_lcl.h"
+#include "ec_local.h"
 #include <openssl/objects.h>
 
 static size_t crv_len = 0;