fix Sun Studio compile

pull/2/head
weidai 2009-03-13 07:32:58 +00:00
parent de43771273
commit 8ebe2744f2
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void GCM_Base::Resync(const byte *iv, size_t len)
GCM_Base::AuthenticateBlocks(m_buffer, HASH_BLOCKSIZE);
}
PutBlock<word64, BigEndian, true>::PutBlock(NULL, m_buffer)(0)(origLen*8);
PutBlock<word64, BigEndian, true>(NULL, m_buffer)(0)(origLen*8);
GCM_Base::AuthenticateBlocks(m_buffer, HASH_BLOCKSIZE);
}