mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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: 4a1558d0c7190cf13d35385e47291a7aa121be3e Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
3a1fa13eed
commit
d1c518cdc9
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user