summaryrefslogtreecommitdiff
path: root/panama.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2011-01-07 01:30:24 +0000
committerweidai <weidai11@users.noreply.github.com>2011-01-07 01:30:24 +0000
commita3a3ff3c867ae940775920baf2eb1501774abb9b (patch)
tree14b81a8cb9f58ad14044ee04f7e6070584be0ae0 /panama.cpp
parent1088b555df20a9a0d7b56c7dcd2fa0b9540f1edc (diff)
downloadcryptopp-git-a3a3ff3c867ae940775920baf2eb1501774abb9b.tar.gz
fix for compiling with Clang from Marshall Clow
Diffstat (limited to 'panama.cpp')
-rw-r--r--panama.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/panama.cpp b/panama.cpp
index 09b1708f..a1a37d6e 100644
--- a/panama.cpp
+++ b/panama.cpp
@@ -422,7 +422,7 @@ void PanamaHash<B>::TruncatedFinal(byte *hash, size_t size)
{
this->ThrowIfInvalidTruncatedSize(size);
- PadLastBlock(this->BLOCKSIZE, 0x01);
+ this->PadLastBlock(this->BLOCKSIZE, 0x01);
HashEndianCorrectedBlock(this->m_data);