diff options
author | Werner Koch <[email protected]> | 2002-03-04 10:34:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-04 10:34:09 +0000 |
commit | f8efc7c4ef65a9ec76353247aae837134ad13756 (patch) | |
tree | 1aaaab451e9237957dcf366a5f95dc09824208ec /scd/scdaemon.h | |
parent | Changes needed to support smartcards. Well, only _support_. There is (diff) | |
download | gnupg-f8efc7c4ef65a9ec76353247aae837134ad13756.tar.gz gnupg-f8efc7c4ef65a9ec76353247aae837134ad13756.zip |
Added more code fragments.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index e77012416..4104e8753 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -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; |