Skip to content

Commit be77f4a

Browse files
committed
fixup! Add SM4 block cipher
Diverse build fixes
1 parent 03d9cc2 commit be77f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc/crypt/crypt_sizes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const crypt_size s_crypt_sizes[] = {
9393
SZ_STRINGIFY_S(des3_key),
9494
#endif
9595
#ifdef LTC_SM4
96-
_SZ_STRINGIFY_S(sm4_key),
96+
SZ_STRINGIFY_S(sm4_key),
9797
#endif
9898
#ifdef LTC_IDEA
9999
SZ_STRINGIFY_S(idea_key),

0 commit comments

Comments
 (0)