From 1af733f37bf6fd55ccac787a7e34c3b3ca002126 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 16 Feb 2017 10:35:18 +0100 Subject: indent: Reformat and extend some comments in dirmngr. -- Signed-off-by: Werner Koch --- dirmngr/misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dirmngr/misc.c') diff --git a/dirmngr/misc.c b/dirmngr/misc.c index 2ee6d82bd..6d7c963db 100644 --- a/dirmngr/misc.c +++ b/dirmngr/misc.c @@ -62,6 +62,8 @@ hashify_data( const char* data, size_t len ) return hexify_data (buf, 20, 0); } + +/* FIXME: Replace this by hextobin. */ char* hexify_data (const unsigned char* data, size_t len, int with_prefix) { -- cgit v1.2.3