summaryrefslogtreecommitdiff
path: root/cipher/elgamal.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/elgamal.c')
-rw-r--r--cipher/elgamal.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/cipher/elgamal.c b/cipher/elgamal.c
index d105cb46..44990aae 100644
--- a/cipher/elgamal.c
+++ b/cipher/elgamal.c
@@ -849,12 +849,7 @@ gcry_pk_spec_t _gcry_pubkey_spec_elg =
elg_decrypt,
elg_sign,
elg_verify,
- elg_get_nbits
- };
-
-pk_extra_spec_t _gcry_pubkey_extraspec_elg =
- {
+ elg_get_nbits,
NULL,
- elg_generate_ext,
- NULL
+ elg_generate_ext
};