freebsd-ports/security/pgpin/files/patch-fileio.h
Dirk Meyer cb9a0ddd38 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
2001-03-31 11:36:43 +00:00

11 lines
312 B
C

--- 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"