mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: Remove duplicated call to a function.
* common/openpgp-oid.c (openpgp_oid_to_str): Remove duplicated call.
--
The removed function was already called. No memleak etc, though.
Fixes-commit: 4a1558d0c7
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
3a1fa13eed
commit
d1c518cdc9
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ openpgp_oid_to_str (gcry_mpi_t a)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
buf = gcry_mpi_get_opaque (a, &lengthi);
|
|
||||||
return openpgp_oidbuf_to_str (buf, (lengthi+7)/8);
|
return openpgp_oidbuf_to_str (buf, (lengthi+7)/8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue