diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:36:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:36:43 +0000 |
commit | cb9a0ddd3822d76704524dda0b1742e7a7377377 (patch) | |
tree | f47ef28c0a7c7747d72e0e59f6495ffebbcd0778 /security/pgpin/files/patch-fileio.h | |
parent | Does not support 64-bit platforms. (diff) |
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
Notes
Notes:
svn path=/head/; revision=40651
Diffstat (limited to 'security/pgpin/files/patch-fileio.h')
-rw-r--r-- | security/pgpin/files/patch-fileio.h | 11 |
1 files changed, 11 insertions, 0 deletions
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" |