mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Fix unused variable error
This commit is contained in:
@@ -731,6 +731,11 @@ static int wolfSSL_EVP_CipherUpdate_CCM(WOLFSSL_EVP_CIPHER_CTX *ctx,
|
||||
|
||||
return WOLFSSL_SUCCESS;
|
||||
#else
|
||||
(void)ctx;
|
||||
(void)out;
|
||||
(void)outl;
|
||||
(void)in;
|
||||
(void)inl;
|
||||
return WOLFSSL_FAILURE; /* unsupported */
|
||||
#endif /* WOLFSSL_AESCCM_STREAM */
|
||||
}
|
||||
|
Reference in New Issue
Block a user