diff options
author | Werner Koch <[email protected]> | 2017-02-16 09:35:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-02-16 10:01:19 +0000 |
commit | 1af733f37bf6fd55ccac787a7e34c3b3ca002126 (patch) | |
tree | a535f2f3208989935b307d07b93c807a9f962661 /dirmngr/misc.c | |
parent | dirmngr: Replace stpcpy chains by strconcat. (diff) | |
download | gnupg-1af733f37bf6fd55ccac787a7e34c3b3ca002126.tar.gz gnupg-1af733f37bf6fd55ccac787a7e34c3b3ca002126.zip |
indent: Reformat and extend some comments in dirmngr.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/misc.c')
-rw-r--r-- | dirmngr/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |