wc_ removed from internal method

This commit is contained in:
kaleb-himes 2014-12-30 15:19:59 -07:00
parent 3b49b72436
commit c0302b4b2c

View File

@ -5924,7 +5924,7 @@ static INLINE int Decrypt(WOLFSSL* ssl, byte* plain, const byte* input,
#ifdef HAVE_CHACHA
case wolfssl_chacha:
return wc_ChachaAEADDecrypt(ssl, plain, input, sz);
return ChachaAEADDecrypt(ssl, plain, input, sz);
#endif
#ifdef HAVE_NULL_CIPHER