diff options
Diffstat (limited to 'cipher/dsa.c')
-rw-r--r-- | cipher/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/dsa.c b/cipher/dsa.c index 800313dc..c2a2e519 100644 --- a/cipher/dsa.c +++ b/cipher/dsa.c @@ -456,7 +456,7 @@ static char *dsa_names[] = NULL, }; -GcryPubkeySpec pubkey_spec_dsa = +gcry_pubkey_spec_t pubkey_spec_dsa = { "DSA", dsa_names, GCRY_PK_DSA, "pqgy", "pqgyx", "", "rs", "pqgy", |