summaryrefslogtreecommitdiff
path: root/cipher/pubkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/pubkey.c')
-rw-r--r--cipher/pubkey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c
index de7c810b..da54c4ae 100644
--- a/cipher/pubkey.c
+++ b/cipher/pubkey.c
@@ -44,13 +44,13 @@ static struct pubkey_table_entry
} pubkey_table[] =
{
#if USE_RSA
- { &pubkey_spec_rsa, GCRY_PK_RSA },
+ { &_gcry_pubkey_spec_rsa, GCRY_PK_RSA },
#endif
#if USE_ELGAMAL
- { &pubkey_spec_elg, GCRY_PK_ELG },
+ { &_gcry_pubkey_spec_elg, GCRY_PK_ELG },
#endif
#if USE_DSA
- { &pubkey_spec_dsa, GCRY_PK_DSA },
+ { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA },
#endif
{ NULL },
};