summaryrefslogtreecommitdiff
path: root/vmac.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-21 22:10:03 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-21 22:10:03 -0400
commit91020ce3ba655922bdba1374cbd910b4b9f8784c (patch)
tree767ad25f10cc5f832a1979401ee7035aafc4167a /vmac.h
parent6bfa0d9ab0203ca02daa0c240603bdb87108e0b5 (diff)
downloadcryptopp-git-91020ce3ba655922bdba1374cbd910b4b9f8784c.tar.gz
Cleared signed/unsigned warning under Visual Studio (Related to Issue 295)
Diffstat (limited to 'vmac.h')
-rw-r--r--vmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmac.h b/vmac.h
index 0723b1c4..3c6bb858 100644
--- a/vmac.h
+++ b/vmac.h
@@ -61,7 +61,7 @@ protected:
CRYPTOPP_BLOCKS_END(6)
bool m_is128, m_padCached, m_isFirstBlock;
- int m_L1KeyLength;
+ unsigned int m_L1KeyLength;
};
//! \class VMAC