mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
New debug functions log_printcanon and log_printsexp.
* common/sexputil.c (sexp_to_string, canon_sexp_to_string): New. (log_printcanon, log_printsexp): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0f0e0559f9
commit
cb6a64bb78
3 changed files with 104 additions and 0 deletions
|
@ -857,6 +857,19 @@ log_printhex (const char *text, const void *buffer, size_t length)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
void
|
||||
log_printcanon () {}
|
||||
is found in sexputils.c
|
||||
*/
|
||||
|
||||
/*
|
||||
void
|
||||
log_printsexp () {}
|
||||
is found in sexputils.c
|
||||
*/
|
||||
|
||||
|
||||
void
|
||||
log_clock (const char *string)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue