aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgp-oid.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/openpgp-oid.c')
-rw-r--r--common/openpgp-oid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/openpgp-oid.c b/common/openpgp-oid.c
index b539f8588..412a03b4d 100644
--- a/common/openpgp-oid.c
+++ b/common/openpgp-oid.c
@@ -297,7 +297,6 @@ openpgp_oid_to_str (gcry_mpi_t a)
return NULL;
}
- buf = gcry_mpi_get_opaque (a, &lengthi);
return openpgp_oidbuf_to_str (buf, (lengthi+7)/8);
}