Skip to content

Commit 0404447

Browse files
committed
fix typo
1 parent 1f8efc3 commit 0404447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolfcrypt/src/port/Renesas/renesas_tsip_util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3852,8 +3852,8 @@ int tsip_VerifyRsaPkcsCb(
38523852
if (ret == 0) {
38533853
sigData.pdata = (uint8_t*)sig;
38543854
sigData.data_length = sigSz;
3855-
/* Since TSIP driver handls ANS.1 internally
3856-
* expcted data is raw hash
3855+
/* Since TSITP driver handles ASN.1 internally,
3856+
* the expected data is raw hash.
38573857
*/
38583858
hashData.pdata = (uint8_t*)ssl->buffers.digest.buffer;
38593859
hashData.data_type = 1; /* hash value */

0 commit comments

Comments
 (0)