aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/elgamal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/elgamal.h')
-rw-r--r--cipher/elgamal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/elgamal.h b/cipher/elgamal.h
index ac708a9bb..f104c2a52 100644
--- a/cipher/elgamal.h
+++ b/cipher/elgamal.h
@@ -29,7 +29,7 @@ int elg_verify( int algo, MPI hash, MPI *data, MPI *pkey,
int (*cmp)(void *, MPI), void *opaquev );
unsigned elg_get_nbits( int algo, MPI *pkey );
const char *elg_get_info( int algo, int *npkey, int *nskey,
- int *nenc, int *nsig, int *usage );
+ int *nenc, int *nsig, int *use );
#endif /*G10_ELGAMAL_H*/