Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | g13: Rename utils.c to g13tuple.c | Werner Koch | 2016-02-13 | 1 | -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 Koch | 2016-02-13 | 1 | -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]> |