Skip to content

Commit f0df8d9

Browse files
committed
Handle unused parameters
1 parent 719da5f commit f0df8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/posix/transport/src/mbedtls_pkcs11_posix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ static int32_t privateKeySigningCallback( mbedtls_pk_context * pContext,
675675
size_t ),
676676
void * pRngContext )
677677
{
678+
(void) sig_size;
678679
CK_RV ret = CKR_OK;
679680
int32_t result = 0;
680681
MbedtlsPkcs11Context_t * pMbedtlsPkcs11Context = ( MbedtlsPkcs11Context_t * ) pContext->pk_ctx;

0 commit comments

Comments
 (0)