aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-10-12 20:16:38 +0000
committerWerner Koch <[email protected]>1998-10-12 20:16:38 +0000
commit8477407e794951c686e3afe1d13035abd0153d9f (patch)
treea062f99923861fe7c55d5cc2ff3cf04daba8c8e0 /cipher/md.c
parenta new release (diff)
downloadgnupg-8477407e794951c686e3afe1d13035abd0153d9f.tar.gz
gnupg-8477407e794951c686e3afe1d13035abd0153d9f.zip
backup
Diffstat (limited to '')
-rw-r--r--cipher/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md.c b/cipher/md.c
index 0ec6d6067..819cc1d08 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -495,7 +495,7 @@ md_stop_debug( MD_HANDLE md )
#ifdef HAVE_U64_TYPEDEF
{ /* a kludge to pull in the __muldi3 for Solaris */
volatile u32 a = (u32)(ulong)md;
- volatile u32 b = 42;
+ volatile u64 b = 42;
volatile u64 c;
c = a * b;
}