remove unnecessary inline

pull/2/head
weidai 2003-07-01 21:36:05 +00:00
parent 8e054b89e7
commit e43f746047
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void HAVAL::Init()
m_digest[7] = 0xEC4E6C89;
}
inline void HAVAL::vTransform(const word32 *in)
void HAVAL::vTransform(const word32 *in)
{
if (pass==3)
HAVAL3::Transform(m_digest, in);