mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-13 01:25:48 +02:00
fix typo
This commit is contained in:
@@ -3852,8 +3852,8 @@ int tsip_VerifyRsaPkcsCb(
|
||||
if (ret == 0) {
|
||||
sigData.pdata = (uint8_t*)sig;
|
||||
sigData.data_length = sigSz;
|
||||
/* Since TSIP driver handls ANS.1 internally
|
||||
* expcted data is raw hash
|
||||
/* Since TSITP driver handles ASN.1 internally,
|
||||
* the expected data is raw hash.
|
||||
*/
|
||||
hashData.pdata = (uint8_t*)ssl->buffers.digest.buffer;
|
||||
hashData.data_type = 1; /* hash value */
|
||||
|
||||
Reference in New Issue
Block a user