Make SM2 functions private
[oweals/openssl.git] / crypto / sm2 / sm2_sign.c
index e12eca12fb432944540b80297c5569e910e18917..ddfd318ed904e0c764811d8840996a00a1b1aa89 100644 (file)
@@ -9,7 +9,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <openssl/sm2.h>
+#include "internal/sm2.h"
 #include <openssl/evp.h>
 #include <openssl/bn.h>
 #include <string.h>