]> git.pld-linux.org Git - packages/opensc.git/blob - opensc-emv.patch
- fixes
[packages/opensc.git] / opensc-emv.patch
1 --- opensc-0.9.2/src/libopensc/ctx.c.orig       2004-06-16 23:07:38.000000000 +0200
2 +++ opensc-0.9.2/src/libopensc/ctx.c    2004-08-23 11:44:53.000000000 +0200
3 @@ -55,7 +55,6 @@
4  };
5  
6  static const struct _sc_driver_entry internal_card_drivers[] = {
7 -       { "emv", (void *) sc_get_emv_driver, NULL },
8         { "etoken", (void *) sc_get_etoken_driver, NULL },
9         { "flex", (void *) sc_get_cryptoflex_driver, NULL },
10         { "cyberflex", (void *) sc_get_cyberflex_driver, NULL },
11 @@ -72,6 +71,7 @@
12  #ifdef HAVE_OPENSSL
13         { "oberthur", (void *) sc_get_oberthur_driver, NULL },
14  #endif
15 +       { "emv", (void *) sc_get_emv_driver, NULL },
16         /* The default driver should be last, as it handles all the
17          * unrecognized cards. */
18         { "default", (void *) sc_get_default_driver, NULL },
This page took 0.047611 seconds and 3 git commands to generate.