Skip to content

Commit 238e8ef

Browse files
committed
Fix code comment - peer review
1 parent 0dffc8a commit 238e8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/async/async_tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ int AsyncTlsCryptoCb(int devIdArg, wc_CryptoInfo* info, void* ctx)
178178

179179
if (info->algo_type == WC_ALGO_TYPE_PK) {
180180
#ifdef WOLFSSL_ASYNC_CRYPT
181-
/* Simulate async pending for signing only.
181+
/* Simulate async pending for RSA and ECC signing operations.
182182
* This matches a typical hardware crypto scenario (e.g., TPM) where
183183
* only signing is offloaded to hardware. Keygen, verify, and ECDH
184184
* are performed synchronously in software.

0 commit comments

Comments
 (0)