pkgsrc/security/pgp5/patches/patch-bb
mjl 88c5d3a87e Correct man page xrefs pgp(1) -> pgp5(1).
Import some patches (via FreeBSD), one of them concerning weak rnd number
generation.
2002-08-25 15:18:41 +00:00

13 lines
386 B
Text

$NetBSD: patch-bb,v 1.1 2002/08/25 15:18:42 mjl Exp $
--- apps/pgp/filter.c.orig Sun Aug 25 16:16:35 2002
+++ apps/pgp/filter.c Sun Aug 25 16:16:57 2002
@@ -269,7 +269,7 @@
struct RingIterator *NameIter = NULL;
union RingObject *name;
Boolean OKToUse = FALSE, FoundName = FALSE;
- int len = 0;
+ size_t len = 0;
int trust;
char *TempNameString = NULL;