diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/openpgpdefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h index f7ea0b52c..e50c94e9b 100644 --- a/common/openpgpdefs.h +++ b/common/openpgpdefs.h @@ -226,5 +226,8 @@ gpg_error_t compute_openpgp_fpr_ecc (int keyversion, unsigned char *result, unsigned int *r_resultlen); +/*-- openpgp-oid.c --*/ +enum gcry_pk_algos map_openpgp_pk_to_gcry (pubkey_algo_t algo); + #endif /*GNUPG_COMMON_OPENPGPDEFS_H*/ |