ef9aa6b1a6
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').
12 lines
264 B
Text
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;
|
|
|