mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Signing using Netkey 3 cards does now work.
This commit is contained in:
parent
6e63e54b00
commit
990585ad7d
14 changed files with 153 additions and 49 deletions
|
@ -33,7 +33,7 @@
|
|||
#include "../common/estream.h"
|
||||
#include "../common/audit.h"
|
||||
|
||||
#define MAX_DIGEST_LEN 24
|
||||
#define MAX_DIGEST_LEN 64
|
||||
|
||||
struct keyserver_spec
|
||||
{
|
||||
|
@ -92,9 +92,10 @@ struct
|
|||
const char *def_cipher_algoid; /* cipher algorithm to use if
|
||||
nothing else is specified */
|
||||
|
||||
int def_digest_algo; /* Ditto for hash algorithm */
|
||||
int def_compress_algo; /* Ditto for compress algorithm */
|
||||
|
||||
int forced_digest_algo; /* User forced hash algorithm. */
|
||||
|
||||
char *def_recipient; /* userID of the default recipient */
|
||||
int def_recipient_self; /* The default recipient is the default key */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue