summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-cmdline%keymaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp6/files/patch-cmdline%keymaint.c')
-rw-r--r--security/pgp6/files/patch-cmdline%keymaint.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-cmdline%keymaint.c b/security/pgp6/files/patch-cmdline%keymaint.c
new file mode 100644
index 000000000000..8acf0a252d9b
--- /dev/null
+++ b/security/pgp6/files/patch-cmdline%keymaint.c
@@ -0,0 +1,11 @@
+--- clients/pgp/cmdline/keymaint.c.orig 1999-05-12 14:01:04.000000000 -0700
++++ clients/pgp/cmdline/keymaint.c 2008-08-31 01:36:27.000000000 -0700
+@@ -264,7 +264,7 @@ PGPError markSignatureChainDepths(struct
+ pgpAssertNoErr(err);
+
+ if ( (PGPUInt32)traceValue == 0) {
+- (PGPUInt32)traceValue = depth;
++ traceValue = depth;
+
+ err = PGPSetKeyUserVal( key, traceValue);
+ pgpAssertNoErr(err);