From 238e8effd7a888e9db72e6411d34a0e1b0d93cbd Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 2 Mar 2026 08:16:53 -0800 Subject: [PATCH] Fix code comment - peer review --- examples/async/async_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/async/async_tls.c b/examples/async/async_tls.c index e073703049..2a4ee7fab8 100644 --- a/examples/async/async_tls.c +++ b/examples/async/async_tls.c @@ -178,7 +178,7 @@ int AsyncTlsCryptoCb(int devIdArg, wc_CryptoInfo* info, void* ctx) if (info->algo_type == WC_ALGO_TYPE_PK) { #ifdef WOLFSSL_ASYNC_CRYPT - /* Simulate async pending for signing only. + /* Simulate async pending for RSA and ECC signing operations. * This matches a typical hardware crypto scenario (e.g., TPM) where * only signing is offloaded to hardware. Keygen, verify, and ECDH * are performed synchronously in software.