forked from wolfSSL/wolfssl
wc_ removed from internal method
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user