diff options
Diffstat (limited to 'cipher/elgamal.c')
-rw-r--r-- | cipher/elgamal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/elgamal.c b/cipher/elgamal.c index 74e159684..02469d6ce 100644 --- a/cipher/elgamal.c +++ b/cipher/elgamal.c @@ -623,7 +623,7 @@ elg_verify( int algo, MPI hash, MPI *data, MPI *pkey, -unsigned +unsigned int elg_get_nbits( int algo, MPI *pkey ) { if( !is_ELGAMAL(algo) ) |