evp: fix sm4-ctr debug message

This commit is contained in:
Jeremiah Mackey
2026-05-06 15:46:59 +00:00
parent 8667bd0f92
commit a075a99729
+1 -1
View File
@@ -8860,7 +8860,7 @@ void wolfSSL_EVP_init(void)
#endif
#ifdef WOLFSSL_SM4_CTR
case WC_SM4_CTR_TYPE :
WOLFSSL_MSG("AES CTR");
WOLFSSL_MSG("Sm4 CTR");
ret = wc_Sm4CtrEncrypt(&ctx->cipher.sm4, dst, src, len);
if (ret == 0)
ret = (int)len;