From: Nuno G. <no...@gi...> - 2019-06-05 11:44:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0322401aaed5ea28adddbb79cc17cd584453b0dc https://github.com/OpenSC/OpenSC/commit/0322401aaed5ea28adddbb79cc17cd584453b0dc Author: Nuno Goncalves <nu...@gm...> Date: 2019-06-05 (Wed, 05 Jun 2019) Changed paths: M src/libopensc/card-gemsafeV1.c Log Message: ----------- gemsafeV1: remove redundant match card call to allow for opensc.conf match At the point when gemsafe_match_card is called, the card type is already known, either because of a previous match at card.c, or because it is forced at opensc.conf. With this redundant match it's not possible to force selection on opensc.conf. Signed-off-by: Nuno Goncalves <nu...@gm...> |