freebsd-ports/security/pgp5/files/patch-filter.c
David E. O'Brien 6db4c24ed3 Fix a int vs. size_t bogon that matters for LP64.
Submitted by:	Brandon Poyner <brandon@thebiz.net>
2001-08-11 00:07:14 +00:00

19 lines
551 B
C

*** apps/pgp/filter.c.orig Thu Aug 9 17:39:07 2001
--- apps/pgp/filter.c Thu Aug 9 17:39:20 2001
***************
*** 269,275 ****
struct RingIterator *NameIter = NULL;
union RingObject *name;
Boolean OKToUse = FALSE, FoundName = FALSE;
! int len = 0;
int trust;
char *TempNameString = NULL;
--- 269,275 ----
struct RingIterator *NameIter = NULL;
union RingObject *name;
Boolean OKToUse = FALSE, FoundName = FALSE;
! size_t len = 0;
int trust;
char *TempNameString = NULL;