diff options
Diffstat (limited to 'crypto/sm4/sm4.c')
-rw-r--r-- | crypto/sm4/sm4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm4/sm4.c b/crypto/sm4/sm4.c index 0c819a4b68eb3..5750e763319a0 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, |