>
> Index: pkcs15-syn.c
> ===================================================================
> --- pkcs15-syn.c      (revision 4063)
> +++ pkcs15-syn.c      (working copy)
> @@ -316,6 +316,8 @@
>       sc_pkcs15_pin_info_t pin = *in_pin;
>  
>       pin.magic = SC_PKCS15_PIN_MAGIC;
> +     if (!pin.auth_method) /* or SC_AC_NONE */
> +             pin.auth_method = SC_AC_CHV;
>  
>       return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_AUTH_PIN, obj, 
> &pin);
>  }


Viktor are you ok for Martin's solution? 

For my point of view both solutions are acceptable... but we have to choice.


François.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to