Skip to content

Commit

Permalink
Fix size and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 16, 2024
1 parent 738c7e1 commit dcbeeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/doxygen/include/size_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<tr>
<td>core_pkcs11_mbedtls.c</td>
<td><center>9.0K</center></td>
<td><center>7.5K</center></td>
<td><center>7.4K</center></td>
</tr>
<tr>
<td><b>Total estimates</b></td>
<td><b><center>10.3K</center></b></td>
<td><b><center>8.6K</center></b></td>
<td><b><center>8.5K</center></b></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion source/portable/mbedtls/core_pkcs11_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ static CK_RV prvRsaContextParse( const CK_ATTRIBUTE * pxAttribute,
break;

default:
/* This is the CKA_COEFFICIENT case. The type is ckecked in prvRsaKeyAttParse. */
/* This is the CKA_COEFFICIENT case. The type is checked in prvRsaKeyAttParse. */
lMbedTLSResult = mbedtls_mpi_read_binary( &pxRsaContext->QP, pxAttribute->pValue, pxAttribute->ulValueLen );
break;
}
Expand Down

0 comments on commit dcbeeb7

Please sign in to comment.