aboutsummaryrefslogtreecommitdiffstats
path: root/g13/t-utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* g13: Rename utils.c to g13tuple.cWerner Koch2016-02-131-223/+0
| | | | | | | | | * g13/utils.c: Rename to g13tuple.c. * g13/utils.h: Rename to g13tuple.h. Change all users. * g13/Makefile.am: Adjust accordingly -- Signed-off-by: Werner Koch <[email protected]>
* g13: Add functions to handle uint in a keyblob.Werner Koch2016-02-131-0/+223
* g13/utils.c (append_tuple_uint): New. (find_tuple_uint): New. * g13/t-utils.c: New. * g13/Makefile.am (noinst_PROGRAMS, TESTS): New. (module_tests, t_common_ldadd): New. (t_utils_SOURCES, t_utils_LDADD): New. Signed-off-by: Werner Koch <[email protected]>