diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-21 22:12:15 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-21 22:12:15 +0000 |
commit | bf996c4f268db28ca8e13a4a2c62a9bcc46b4995 (patch) | |
tree | 0ea25db438f261515af39f25ab8720ce7147c133 /security | |
parent | d4ab4ee512b1547a46fef0c1f63eb5c34e11a187 (diff) | |
download | ports-bf996c4f268db28ca8e13a4a2c62a9bcc46b4995.tar.gz ports-bf996c4f268db28ca8e13a4a2c62a9bcc46b4995.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/files/patch-apps::pgp::pgp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pgp5/files/patch-apps::pgp::pgp.c b/security/pgp5/files/patch-apps::pgp::pgp.c new file mode 100644 index 000000000000..410207e3b5a6 --- /dev/null +++ b/security/pgp5/files/patch-apps::pgp::pgp.c @@ -0,0 +1,10 @@ +--- apps/pgp/pgp.c.orig Wed Nov 21 16:48:19 2001 ++++ apps/pgp/pgp.c Wed Nov 21 16:48:00 2001 +@@ -1095,6 +1095,7 @@ + break; + + case 'p': ++ case '5': + invoked_type = PGPraw; + break; + |