Here is a url for the patch need to make pgp5.Xi work on 64 bit
platforms such as the dec alpha:
http://www.pgpi.com/bugs/bugs50i.shtml
look for the heading:
Problem with 64-bit architectures
For those of you who don't want to bother.... here's the patch:
*** src/lib/pgp/include/pgpUsuals.h~ Sat Aug 9 22:44:58 1997
--- src/lib/pgp/include/pgpUsuals.h Tue Aug 12 16:57:16 1997
***************
*** 50,57 ****
*/
#if ULONG_MAX > 0xfffffffful
#if ULONG_MAX == 0xfffffffffffffffful
! typedef ulong bnword64;
! #define BNWORD64 bnword64
#define HAVE64 1
#endif
#endif
--- 50,56 ----
*/
#if ULONG_MAX > 0xfffffffful
#if ULONG_MAX == 0xfffffffffffffffful
! typedef ulong word64;
#define HAVE64 1
#endif
#endif
------
Jeffrey E. Hundstad
Linux/AS/400 System&Network/News/WWW/Anon. FTP Admin.
Computer Services Box 45
Mankato State University
Mankato Minnesota, USA 56002-8400
44 8'N 93 59'W El. 1000'
jeffrey.hundstad_at_mankato.msus.edu
http://www.mankato.msus.edu/jeffrey/
PGP Key fingerprint = FF EE F5 C0 3A A0 26 1A D2 73 AE 30 5F E2 2E 2C
(507) 389-2516 Work
(507) 389-6115 Fax
(507) 625-7643 Home
Received on Tue May 05 1998 - 16:54:54 NZST