aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-08 17:23:14 +0000
committerWerner Koch <[email protected]>1998-11-08 17:23:14 +0000
commit35c10545075da2353511ed83f7b5bb664f055df4 (patch)
treec92b3dc1ff2306194942b0d28e16e9ea8d28846e /g10/keyedit.c
parentoverhauled the trustdb stuff (diff)
downloadgnupg-0-4-3.tar.gz
gnupg-0-4-3.zip
ready to release 0.4.3V0-4-3
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index a2b0a761f..17838dce7 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -215,7 +215,7 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified )
SK_LIST sk_rover = NULL;
PKT_secret_key *sk = NULL;
KBNODE node, uidnode;
- PKT_public_key *primary_pk;
+ PKT_public_key *primary_pk=NULL;
int select_all = !count_selected_uids(keyblock);
int upd_trust = 0;