aboutsummaryrefslogtreecommitdiffstats
path: root/g13/utils.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-01-31 17:19:14 +0000
committerWerner Koch <[email protected]>2011-01-31 17:19:14 +0000
commite0d4139e19ceed9375cc7e7ba801a965d3376f7d (patch)
treefcee0360634211e5568588a8b1c61dffc84beb9e /g13/utils.h
parentFixed the ECC interface to Libgcrypt to be ABI compatible with the previous v... (diff)
downloadgnupg-e0d4139e19ceed9375cc7e7ba801a965d3376f7d.tar.gz
gnupg-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/utils.h')
-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*/