summaryrefslogtreecommitdiffstats
path: root/cipher/dsa.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-02-16 14:16:33 +0100
committerWerner Koch <wk@gnupg.org>1999-02-16 14:16:33 +0100
commite1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch)
tree31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /cipher/dsa.h
parentSee ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff)
downloadgnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.xz
gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'cipher/dsa.h')
-rw-r--r--cipher/dsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/dsa.h b/cipher/dsa.h
index e5bc8c7b8..1456d65b6 100644
--- a/cipher/dsa.h
+++ b/cipher/dsa.h
@@ -27,6 +27,6 @@ int dsa_verify( int algo, MPI hash, MPI *data, MPI *pkey,
int (*cmp)(void *, MPI), void *opaquev );
unsigned dsa_get_nbits( int algo, MPI *pkey );
const char *dsa_get_info( int algo, int *npkey, int *nskey,
- int *nenc, int *nsig, int *usage );
+ int *nenc, int *nsig, int *use );
#endif /*G10_DSA_H*/