wc_ removed from internal method

pull/1/head
kaleb-himes 2014-12-30 15:19:59 -07:00
parent 3b49b72436
commit c0302b4b2c
1 changed files with 1 additions and 1 deletions

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