summaryrefslogtreecommitdiff
path: root/gcr/gcr-openpgp.c
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-10-06 10:59:50 +0200
committerStef Walter <stefw@collabora.co.uk>2011-10-06 13:12:08 +0200
commitc6691faa0348ab087e99ab9bd9914e1d5e81fa14 (patch)
tree185f0bc8ec6c4dc723fb4b40b3a980016be5d71a /gcr/gcr-openpgp.c
parent5791608b2762d7264c58caaf9fe53d7a16ede1c1 (diff)
downloadgcr-c6691faa0348ab087e99ab9bd9914e1d5e81fa14.tar.gz
Split the GCR and GCK libraries out of gnome-keyringsplit
Commits prior to this commit will not build. To build old releases of Gcr or Gck you should use the gnome-keyring git module. This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0, p11-kit >= 0.6, libgcrypt >= 1.2.2 Additionally it requires asn1Parser for building.
Diffstat (limited to 'gcr/gcr-openpgp.c')
-rw-r--r--gcr/gcr-openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/gcr-openpgp.c b/gcr/gcr-openpgp.c
index 7ae5c47..3bd41bb 100644
--- a/gcr/gcr-openpgp.c
+++ b/gcr/gcr-openpgp.c
@@ -409,6 +409,7 @@ parse_public_key_or_subkey (GQuark schema,
GcrOpenpgpParseFlags flags,
GPtrArray *records)
{
+ gchar *fingerprint = NULL;
gchar *keyid;
GcrRecord *record;
guint8 version;
@@ -417,7 +418,6 @@ parse_public_key_or_subkey (GQuark schema,
guint8 algo;
guint16 bits;
gulong expiry;
- gchar *fingerprint;
const guchar *data;
/* Start of actual key data in packet */