diff options
Diffstat (limited to 'g13')
-rw-r--r-- | g13/utils.c | 2 | ||||
-rw-r--r-- | g13/utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g13/utils.c b/g13/utils.c index ef0c572a6..4b374df10 100644 --- a/g13/utils.c +++ b/g13/utils.c @@ -176,5 +176,5 @@ next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length) } return NULL; -} +} diff --git a/g13/utils.h b/g13/utils.h index ef718d60d..528ce16ce 100644 --- a/g13/utils.h +++ b/g13/utils.h @@ -38,7 +38,7 @@ const void *find_tuple (tupledesc_t tupledesc, unsigned int tag, size_t *r_length); const void *next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length); - +char *mpi2hex( gcry_mpi_t m ); #endif /*G13_UTILS_H*/ |