Skip to content

Commit bae25af

Browse files
committed
Fix from testing
1 parent adc9146 commit bae25af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/evp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7012,7 +7012,7 @@ void wolfSSL_EVP_init(void)
70127012
}
70137013

70147014
static int EvpCipherAesCCM(WOLFSSL_EVP_CIPHER_CTX* ctx, byte* dst,
7015-
byte* src, word32 len)
7015+
const byte* src, word32 len)
70167016
{
70177017
int ret = WC_NO_ERR_TRACE(WOLFSSL_FAILURE);
70187018

0 commit comments

Comments
 (0)