blob: 8acf0a252d9b9af7680cda33bd276851f9c05316 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
|