Skip to content

Commit a932517

Browse files
committed
fix unused arguments
1 parent b4e5f0c commit a932517

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/x509/clu_x509_sign.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,11 @@ void wolfCLU_GenChimeraCertSign(WOLFSSL_BIO *bioCaKey, WOLFSSL_BIO *bioAltCaKey,
932932
(void)bioCaKey;
933933
(void)bioAltCaKey;
934934
(void)bioAltSubjPubKey;
935+
(void)bioSubjKey;
936+
(void)caCert;
935937
(void)subject;
936938
(void)outFileName;
939+
(void)outForm;
937940

938941
wolfCLU_LogError("Please compile wolfSSL with --enable-dual-alg-certs "
939942
"--enable-experimental --enable-dilithium\n");

0 commit comments

Comments
 (0)