From: Peter M. <no...@gi...> - 2020-02-27 21:55:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 95cae64f834e532ea6fd877abc361087e8ae18ba https://github.com/OpenSC/OpenSC/commit/95cae64f834e532ea6fd877abc361087e8ae18ba Author: Peter Marschall <pe...@ad...> Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: replace magic numbers by SC_MAX_PIN_SIZE Replace magic numbers, used as size of PIN-type buffers, with the symbolic constant SC_MAX_PIN_SIZE, fixing - readability / understandability - too small sizes (e.g. for GnuPG cards) |