summaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-10-01 09:23:00 +0200
committerWerner Koch <wk@gnupg.org>1998-10-01 09:23:00 +0200
commit6f73ec963a6d01e16599a62661dd2a74303ed65c (patch)
treec60f67d0da185df63ac2a60a156e60eebe94b82b /cipher
parent*** empty log message *** (diff)
downloadgnupg2-6f73ec963a6d01e16599a62661dd2a74303ed65c.tar.xz
gnupg2-6f73ec963a6d01e16599a62661dd2a74303ed65c.zip
*** empty log message ***
Diffstat (limited to 'cipher')
-rw-r--r--cipher/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/md.c b/cipher/md.c
index a04155235..0ec6d6067 100644
--- a/cipher/md.c
+++ b/cipher/md.c
@@ -494,7 +494,7 @@ md_stop_debug( MD_HANDLE md )
}
#ifdef HAVE_U64_TYPEDEF
{ /* a kludge to pull in the __muldi3 for Solaris */
- volatile u32 a = (u32)md;
+ volatile u32 a = (u32)(ulong)md;
volatile u32 b = 42;
volatile u64 c;
c = a * b;