diff options
author | Werner Koch <wk@gnupg.org> | 2011-01-31 18:19:14 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-01-31 18:19:14 +0100 |
commit | e0d4139e19ceed9375cc7e7ba801a965d3376f7d (patch) | |
tree | fcee0360634211e5568588a8b1c61dffc84beb9e /g10/main.h | |
parent | Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v... (diff) | |
download | gnupg2-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 'g10/main.h')
-rw-r--r-- | g10/main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/main.h b/g10/main.h index d76d96bc4..d70c16901 100644 --- a/g10/main.h +++ b/g10/main.h @@ -165,10 +165,6 @@ unsigned int pubkey_nbits( int algo, gcry_mpi_t *pkey ); int mpi_print (estream_t stream, gcry_mpi_t a, int mode); unsigned int ecdsa_qbits_from_Q (unsigned int qbits); -/* Other stuff */ -gpg_error_t openpgp_oid_from_str (const char *string, gcry_mpi_t *r_mpi); -char *openpgp_oid_to_str (gcry_mpi_t a); - /*-- status.c --*/ void set_status_fd ( int fd ); |