summaryrefslogtreecommitdiff
path: root/cipher/primegen.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-05-21 08:35:09 +0000
committerWerner Koch <wk@gnupg.org>2002-05-21 08:35:09 +0000
commita98ef9951e0c7d318e6d979de9d23e6666a6442f (patch)
tree494ec1959dbaf539ef5bf8dbad7dfdf179a82745 /cipher/primegen.c
parente7b901dfb1c9d929d3a6511251d90b87fce61a9b (diff)
downloadlibgcrypt-a98ef9951e0c7d318e6d979de9d23e6666a6442f.tar.gz
prototypes fixed
Diffstat (limited to 'cipher/primegen.c')
-rw-r--r--cipher/primegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c
index 5ad9231b..93c4e316 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -38,7 +38,7 @@ static int check_prime( MPI prime, MPI val_2 );
static int is_prime( MPI n, int steps, int *count );
static void m_out_of_n( char *array, int m, int n );
-static void (*progress_cb) ( void *, int );
+static void (*progress_cb) (void *,const char*,int,int, int );
static void *progress_cb_data;
/* Note: 2 is not included because it can be tested more easily by