diff options
| author | Werner Koch <[email protected]> | 2000-07-14 17:34:53 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-07-14 17:34:53 +0000 |
| commit | 92cd25550836198cf1e3a6aac239eef98364359d (patch) | |
| tree | 4fad355126fae79c93535e0e7c6afd91e384552a /g10/gpgd.c | |
| parent | See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch (diff) | |
| download | gnupg-92cd25550836198cf1e3a6aac239eef98364359d.tar.gz gnupg-92cd25550836198cf1e3a6aac239eef98364359d.zip | |
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
Diffstat (limited to 'g10/gpgd.c')
| -rw-r--r-- | g10/gpgd.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/g10/gpgd.c b/g10/gpgd.c index 99c91f6fc..8ca37d34a 100644 --- a/g10/gpgd.c +++ b/g10/gpgd.c @@ -1,4 +1,4 @@ -/* gpg.c - The GnuPG daemon (keyserver) +/* ggpd.c - The GnuPG daemon (keyserver) * Copyright (C) 1998 Free Software Foundation, Inc. * * This file is part of GnuPG. @@ -38,6 +38,7 @@ #include <sys/stat.h> #include "util.h" +#include "cipher.h" #include "options.h" #include "main.h" @@ -84,7 +85,7 @@ strusage( int level ) case 33: if( !pubkeys ) pubkeys = build_list("Supported pubkeys: ", pubkey_algo_to_string, - openpgp_pk_test_algo ); + check_pubkey_algo ); p = pubkeys; break; case 34: @@ -137,7 +138,7 @@ set_debug(void) if( opt.debug & DBG_MPI_VALUE ) mpi_debug_mode = 1; if( opt.debug & DBG_CIPHER_VALUE ) - gpgc_debug_mode = 1; + g10c_debug_mode = 1; if( opt.debug & DBG_IOBUF_VALUE ) iobuf_debug_mode = 1; } |
