mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g13: Improve dump_keyblob.
* g13/g13tuple.c: Include keyblob.h. (find_tuple_uint): Factor code out to ... (convert_uint): new. (all_printable): New. * g13/mount.c (dump_keyblob: Move and rename to ... * g13/g13tuple.c (dump_tupledesc): here. Revamp and pretyy print uint values. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
59fc3507d1
commit
13f745b50d
3 changed files with 88 additions and 38 deletions
|
@ -43,5 +43,7 @@ gpg_error_t find_tuple_uint (tupledesc_t tupledesc, unsigned int tag,
|
|||
const void *next_tuple (tupledesc_t tupledesc,
|
||||
unsigned int *r_tag, size_t *r_length);
|
||||
|
||||
void dump_tupledesc (tupledesc_t tuples);
|
||||
|
||||
|
||||
#endif /*G13_G13TUPLE_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue