summaryrefslogtreecommitdiff
path: root/security/pgp5/patches/patch-aj
blob: 2a0e172e574dd13c18b0b1289b03cd9799ee49ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aj,v 1.1 1999/05/25 23:27:03 mjl Exp $

--- lib/pgp/include/pgpUsuals.h.orig	Wed May 26 00:58:50 1999
+++ lib/pgp/include/pgpUsuals.h	Wed May 26 00:59:46 1999
@@ -50,8 +50,7 @@
 */
 #if ULONG_MAX > 0xfffffffful
 #if ULONG_MAX == 0xfffffffffffffffful
-typedef ulong bnword64;
-#define BNWORD64 bnword64
+typedef ulong word64;
 #define HAVE64 1
 #endif
 #endif