aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm4/sm4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sm4/sm4.c')
-rw-r--r--crypto/sm4/sm4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm4/sm4.c b/crypto/sm4/sm4.c
index c0454d1..a62993c 100644
--- a/crypto/sm4/sm4.c
+++ b/crypto/sm4/sm4.c
@@ -10,7 +10,7 @@
*/
#include <openssl/e_os2.h>
-#include "internal/sm4.h"
+#include "crypto/sm4.h"
static const uint8_t SM4_S[256] = {
0xD6, 0x90, 0xE9, 0xFE, 0xCC, 0xE1, 0x3D, 0xB7, 0x16, 0xB6, 0x14, 0xC2,