diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-14 21:48:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 21:48:15 -0400 |
commit | cdb4cd9c8be6c828908622efdca732eff8495787 (patch) | |
tree | 9dbb5c0e2d4dc82f5f8d58209bcf742e96bfc949 /sha256_cryptopp.c | |
parent | aaf46802bed75ef09d72e93b2afb6b221a40c57e (diff) |
sha256_*.c: trim trailing whitespace
Diffstat (limited to 'sha256_cryptopp.c')
-rw-r--r-- | sha256_cryptopp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256_cryptopp.c b/sha256_cryptopp.c index a954a85..f5f8900 100644 --- a/sha256_cryptopp.c +++ b/sha256_cryptopp.c @@ -540,7 +540,7 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32 #ifdef __GNUC__ ".att_syntax prefix;" - : + : : "c" (state), "d" (data), "S" (SHA256_K+48), "D" (len) #if CRYPTOPP_BOOL_X64 , "m" (workspace[0]) |