freebsd-dev/usr.bin/enigma
Jung-uk Kim 93e3b716ba 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 >
2006-07-25 22:20:05 +00:00
..
enigma.1
enigma.c Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead 2006-07-25 22:20:05 +00:00
Makefile