mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
First set of changes to backport the new card code from 2.0.
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
This commit is contained in:
parent
b478389753
commit
3459c6b015
37 changed files with 7385 additions and 1694 deletions
|
@ -1932,6 +1932,7 @@ main (int argc, char **argv )
|
|||
#else
|
||||
opt.pcsc_driver = "libpcsclite.so";
|
||||
#endif
|
||||
opt.disable_keypad = 1; /* No keypad support; use gpg2 instead. */
|
||||
#endif /*ENABLE_CARD_SUPPORT*/
|
||||
|
||||
/* check whether we have a config file on the commandline */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue