mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 16:00:51 +02:00
Fix from testing
This commit is contained in:
+1
-1
@@ -7012,7 +7012,7 @@ void wolfSSL_EVP_init(void)
|
||||
}
|
||||
|
||||
static int EvpCipherAesCCM(WOLFSSL_EVP_CIPHER_CTX* ctx, byte* dst,
|
||||
byte* src, word32 len)
|
||||
const byte* src, word32 len)
|
||||
{
|
||||
int ret = WC_NO_ERR_TRACE(WOLFSSL_FAILURE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user