mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
src/quic.c: fix -Wunused-function for evp_cipher_eq().
This commit is contained in:
@@ -1013,7 +1013,8 @@ const WOLFSSL_EVP_CIPHER* wolfSSL_quic_get_aead(WOLFSSL* ssl)
|
|||||||
return evp_cipher;
|
return evp_cipher;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int evp_cipher_eq(const WOLFSSL_EVP_CIPHER* c1,
|
/* currently only used if HAVE_CHACHA && HAVE_POLY1305. */
|
||||||
|
WC_MAYBE_UNUSED static int evp_cipher_eq(const WOLFSSL_EVP_CIPHER* c1,
|
||||||
const WOLFSSL_EVP_CIPHER* c2)
|
const WOLFSSL_EVP_CIPHER* c2)
|
||||||
{
|
{
|
||||||
/* We could check on nid equality, but we seem to have singulars */
|
/* We could check on nid equality, but we seem to have singulars */
|
||||||
|
Reference in New Issue
Block a user