TEST: Optionally silence OpenSSL::Test::setup()
[openssl.git] / test / sm2_internal_test.c
index 0c626526b1985e673850aa689f0c18838f3fb50c..9188ef7011399f895e9c352d47d9f4fb40ccbf4f 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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>