summaryrefslogtreecommitdiff
path: root/cipher/sha1.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-09-17 12:38:22 +0000
committerWerner Koch <wk@gnupg.org>2002-09-17 12:38:22 +0000
commite2952f48b02182a55cc00ce2fecbe0fa619c762d (patch)
tree3b4801ed13ff40ab3a011e063a66f3e6edc5a254 /cipher/sha1.c
parent04bf238ac21fcc09d48940d8871832216c1b327f (diff)
downloadlibgcrypt-e2952f48b02182a55cc00ce2fecbe0fa619c762d.tar.gz
* random.c: Replaced mutex.h by the new ath.h. Changed all calls.
Diffstat (limited to 'cipher/sha1.c')
-rw-r--r--cipher/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/sha1.c b/cipher/sha1.c
index 0451b2e7..b1caf218 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -79,7 +79,7 @@ sha1_init( SHA1_CONTEXT *hd )
static void
transform( SHA1_CONTEXT *hd, byte *data )
{
- u32 a,b,c,d,e,tm;
+ register u32 a,b,c,d,e,tm;
u32 x[16];
/* get values from the chaining vars */