pkgsrc/security/pgp5/patches/patch-ai
mjl ef9aa6b1a6 Correct "check for binary file" which used signed char erroneously,
as pointed out by Bjoern Labitzke <hermit@cs.tu-berlin.de> in PR/7359.
While I'm at it, also correct the behaviour when invoked as "pgp5"
(give usage, not unhelpful 'invoked with unknown symbolic link').
1999-04-12 22:19:03 +00:00

12 lines
264 B
Text

$NetBSD: patch-ai,v 1.1 1999/04/12 22:19:03 mjl Exp $
--- apps/pgp/pgp.c.orig Tue Apr 13 00:04:28 1999
+++ apps/pgp/pgp.c Tue Apr 13 00:05:23 1999
@@ -1095,6 +1095,7 @@
break;
case 'p':
+ case '5':
invoked_type = PGPraw;
break;