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); }