mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
This commit is contained in:
parent
09cc0ee7be
commit
0b66f30d66
33 changed files with 714 additions and 317 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-06-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* scdaemon.h (ctrl_t): Remove. It is now declared in ../common/util.h.
|
||||
|
||||
2007-06-18 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* scdaemon.c (main): Percent escape output of --gpgconf-list.
|
||||
|
|
|
@ -116,7 +116,6 @@ struct server_control_s
|
|||
} in_data;
|
||||
};
|
||||
|
||||
typedef struct server_control_s *ctrl_t;
|
||||
typedef struct app_ctx_s *app_t;
|
||||
|
||||
/*-- scdaemon.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue