Skip to content

Commit 818912e

Browse files
committed
evp: fix sm4-ctr debug message
1 parent 0d6adc7 commit 818912e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/evp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8860,7 +8860,7 @@ void wolfSSL_EVP_init(void)
88608860
#endif
88618861
#ifdef WOLFSSL_SM4_CTR
88628862
case WC_SM4_CTR_TYPE :
8863-
WOLFSSL_MSG("AES CTR");
8863+
WOLFSSL_MSG("Sm4 CTR");
88648864
ret = wc_Sm4CtrEncrypt(&ctx->cipher.sm4, dst, src, len);
88658865
if (ret == 0)
88668866
ret = (int)len;

0 commit comments

Comments
 (0)