We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963e14a commit 59290cdCopy full SHA for 59290cd
1 file changed
src/quic.c
@@ -1013,7 +1013,8 @@ const WOLFSSL_EVP_CIPHER* wolfSSL_quic_get_aead(WOLFSSL* ssl)
1013
return evp_cipher;
1014
}
1015
1016
-static int evp_cipher_eq(const WOLFSSL_EVP_CIPHER* c1,
+/* currently only used if HAVE_CHACHA && HAVE_POLY1305. */
1017
+WC_MAYBE_UNUSED static int evp_cipher_eq(const WOLFSSL_EVP_CIPHER* c1,
1018
const WOLFSSL_EVP_CIPHER* c2)
1019
{
1020
/* We could check on nid equality, but we seem to have singulars */
0 commit comments