K 10 svn:author V 4 jkim K 8 svn:date V 27 2006-07-25T22:20:05.000000Z K 7 svn:log V 260 Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead of incorrect and machine-dependent integer math. Now we can encrypt a file on an i386 and decrypt it on an amd64, and vice versa. Submitted by: Andrew Heybey < ath at niksun dot com > END