summaryrefslogtreecommitdiffstats
path: root/crypto/sm2
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sm2')
-rw-r--r--crypto/sm2/sm2_crypt.c2
-rw-r--r--crypto/sm2/sm2_err.c2
-rw-r--r--crypto/sm2/sm2_sign.c2
-rw-r--r--crypto/sm2/sm2_za.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/crypto/sm2/sm2_crypt.c b/crypto/sm2/sm2_crypt.c
index a31c40fc7a..c3abd969eb 100644
--- a/crypto/sm2/sm2_crypt.c
+++ b/crypto/sm2/sm2_crypt.c
@@ -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 <openssl/asn1.h>
diff --git a/crypto/sm2/sm2_err.c b/crypto/sm2/sm2_err.c
index 0c051f68b6..6f244a5eb0 100644
--- a/crypto/sm2/sm2_err.c
+++ b/crypto/sm2/sm2_err.c
@@ -9,7 +9,7 @@
*/
#include <openssl/err.h>
-#include <openssl/sm2err.h>
+#include "internal/sm2err.h"
#ifndef OPENSSL_NO_ERR
diff --git a/crypto/sm2/sm2_sign.c b/crypto/sm2/sm2_sign.c
index e12eca12fb..ddfd318ed9 100644
--- a/crypto/sm2/sm2_sign.c
+++ b/crypto/sm2/sm2_sign.c
@@ -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>
diff --git a/crypto/sm2/sm2_za.c b/crypto/sm2/sm2_za.c
index f76fe0fcad..cf355238b2 100644
--- a/crypto/sm2/sm2_za.c
+++ b/crypto/sm2/sm2_za.c
@@ -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>