wc_ removed from internal method
This commit is contained in:
parent
3b49b72436
commit
c0302b4b2c
@ -5924,7 +5924,7 @@ static INLINE int Decrypt(WOLFSSL* ssl, byte* plain, const byte* input,
|
|||||||
|
|
||||||
#ifdef HAVE_CHACHA
|
#ifdef HAVE_CHACHA
|
||||||
case wolfssl_chacha:
|
case wolfssl_chacha:
|
||||||
return wc_ChachaAEADDecrypt(ssl, plain, input, sz);
|
return ChachaAEADDecrypt(ssl, plain, input, sz);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_NULL_CIPHER
|
#ifdef HAVE_NULL_CIPHER
|
||||||
|
Loading…
Reference in New Issue
Block a user