Skip to content

Commit beffdca

Browse files
committed
Re added void cert_len
1 parent a31c2e0 commit beffdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wh_client_cert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ int wh_Client_CertEraseTrusted(whClientContext* c, whNvmId id, int32_t* out_rc)
277277
int wh_Client_CertReadTrustedRequest(whClientContext* c, whNvmId id,
278278
uint32_t cert_len)
279279
{
280+
(void)cert_len;
280281
whMessageCert_ReadTrustedRequest req = {0};
281282

282283
if (c == NULL) {

0 commit comments

Comments
 (0)