mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Added more code fragments.
This commit is contained in:
parent
56341c289c
commit
f8efc7c4ef
3 changed files with 220 additions and 29 deletions
|
@ -61,6 +61,10 @@ struct card_ctx_s;
|
|||
struct server_control_s {
|
||||
struct server_local_s *server_local;
|
||||
struct card_ctx_s *card_ctx;
|
||||
struct {
|
||||
unsigned char *value;
|
||||
int valuelen;
|
||||
} in_data; /* helper to store the value we are going to sign */
|
||||
|
||||
};
|
||||
typedef struct server_control_s *CTRL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue