115 |
char keyid[16+1]; |
char keyid[16+1]; |
116 |
HWND hwnd; |
HWND hwnd; |
117 |
int cancel; |
int cancel; |
118 |
int is_card; |
unsigned int is_card:1; |
119 |
|
unsigned int bad_pwd:1; |
120 |
gpgme_ctx_t gpg; |
gpgme_ctx_t gpg; |
121 |
struct { |
struct { |
122 |
int sym_algo; |
int sym_algo; |
173 |
int gnupg_copy_keyrings (void); |
int gnupg_copy_keyrings (void); |
174 |
int check_gnupg_engine (int *r_major, int *r_minor, int *r_patch); |
int check_gnupg_engine (int *r_major, int *r_minor, int *r_patch); |
175 |
|
|
|
gpg_card_t smartcard_init (void); |
|
|
|
|
176 |
/*-- wptGPGME.cpp --*/ |
/*-- wptGPGME.cpp --*/ |
177 |
const char * get_signature_status( gpgme_sigsum_t sigstat ); |
const char * get_signature_status( gpgme_sigsum_t sigstat ); |
178 |
void keycache_reload( HWND dlg ); |
void keycache_reload( HWND dlg ); |