summaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-01-31 18:19:14 +0100
committerWerner Koch <wk@gnupg.org>2011-01-31 18:19:14 +0100
commite0d4139e19ceed9375cc7e7ba801a965d3376f7d (patch)
treefcee0360634211e5568588a8b1c61dffc84beb9e /g13
parentFixed the ECC interface to Libgcrypt to be ABI compatible with the previous v... (diff)
downloadgnupg2-e0d4139e19ceed9375cc7e7ba801a965d3376f7d.tar.xz
gnupg2-e0d4139e19ceed9375cc7e7ba801a965d3376f7d.zip
Move OpenPGP OID helpers to common/.
This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function.
Diffstat (limited to 'g13')
-rw-r--r--g13/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g13/utils.h b/g13/utils.h
index 528ce16ce..cebd0436d 100644
--- a/g13/utils.h
+++ b/g13/utils.h
@@ -38,7 +38,6 @@ 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*/