Make SM2 functions private
[openssl.git] / test / sm2_sign_internal_test.c
similarity index 99%
rename from test/sm2sigtest.c
rename to test/sm2_sign_internal_test.c
index 33be78315be7622fc25cee36f3c3ac48fd55a3b9..87f0d733824e11dedb2624382d43cb7b01611bf9 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef OPENSSL_NO_SM2
 
-# include <openssl/sm2.h>
+# include "internal/sm2.h"
 
 static RAND_METHOD fake_rand;
 static const RAND_METHOD *saved_rand;