From cb9a0ddd3822d76704524dda0b1742e7a7377377 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 31 Mar 2001 11:36:43 +0000 Subject: PGP (Pretty Good Privacy) is a public key encryption pack- age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. Contributors: Matthias Bruestle for the myetsid feature. Lutz Donnerhacke for the pgp2.6.3in development. Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing. WWW: http://www.in-ca.individual.net/ FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes --- security/pgpin/files/patch-fileio.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/pgpin/files/patch-fileio.h (limited to 'security/pgpin/files/patch-fileio.h') diff --git a/security/pgpin/files/patch-fileio.h b/security/pgpin/files/patch-fileio.h new file mode 100644 index 000000000000..a745a57ae0b8 --- /dev/null +++ b/security/pgpin/files/patch-fileio.h @@ -0,0 +1,11 @@ +--- fileio.h.orig Mon Jan 12 09:13:04 1998 ++++ fileio.h Fri Mar 23 13:55:39 2001 +@@ -28,7 +28,7 @@ + #ifdef LINUX + # define PGP_SYSTEM_DIR "/usr/lib/pgp/" + #else +-# define PGP_SYSTEM_DIR "/usr/local/lib/pgp/" ++# define PGP_SYSTEM_DIR "/usr/local/lib/pgpin/" + #endif + #define FOPRBIN "r" + #define FOPRTXT "r" -- cgit v1.2.3