Skip to content

Commit

Permalink
acert: void unused rc.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Nov 12, 2024
1 parent abe9d68 commit 301c353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -14089,6 +14089,8 @@ static int test_wolfSSL_X509_ACERT_new_and_sign(void)
/* ACERT sign not implemented yet. */
rc = wolfSSL_X509_ACERT_sign(x509, NULL, NULL);
ExpectIntEQ(rc, WOLFSSL_NOT_IMPLEMENTED);
#else
(void) rc;
#endif /* NO_WOLFSSL_STUB */

ExpectNotNull(x509);
Expand Down

0 comments on commit 301c353

Please sign in to comment.