diff options
author | Werner Koch <[email protected]> | 2005-05-20 20:37:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-05-20 20:37:08 +0000 |
commit | bd644c8d45ff2903625edb8b41bffcb6a8a69b85 (patch) | |
tree | d9a7fedf142c24fb6b48f719d70a90bb3b192cd4 /g10/main.h | |
parent | * gpg.sgml: Document --default-sig-expire and --default-cert-expire, (diff) | |
download | gnupg-bd644c8d45ff2903625edb8b41bffcb6a8a69b85.tar.gz gnupg-bd644c8d45ff2903625edb8b41bffcb6a8a69b85.zip |
(ccid_transceive): Arghhh. The seqno is another
bit in the R-block than in the I block, this was wrong at one
place. Fixes bug #419 and hopefully several others.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 562e22a2f..38c999bae 100644 --- a/g10/main.h +++ b/g10/main.h @@ -275,6 +275,7 @@ void pause_on_sigusr( int which ); void block_all_signals(void); void unblock_all_signals(void); + #ifdef ENABLE_CARD_SUPPORT /*-- card-util.c --*/ void change_pin (int no, int allow_admin); |