summaryrefslogtreecommitdiff
path: root/cmac.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
commit894874fe75ce079ad57e9d5e19813193b129152d (patch)
treefae5a8307351b8200238038f05a32f7e91e8006e /cmac.cpp
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'cmac.cpp')
-rw-r--r--cmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmac.cpp b/cmac.cpp
index 150abd47..95d37ddd 100644
--- a/cmac.cpp
+++ b/cmac.cpp
@@ -31,7 +31,7 @@ static void MulU(byte *k, unsigned int length)
k[15] ^= 0x87;
break;
case 32:
- k[30] ^= 4;
+ k[30] ^= 4;
k[31] ^= 0x23;
break;
default: