From: GitHub <no...@gi...> - 2014-09-16 18:55:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 99281793e08fdc9767fcb89ada881e951b59bca8 https://github.com/OpenSC/OpenSC/commit/99281793e08fdc9767fcb89ada881e951b59bca8 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-09-16 (Tue, 16 Sep 2014) Changed paths: M configure.ac Log Message: ----------- Fix secure messaging library name on Mac OS X Mac OS X uses "libsmm-local.3.dylib" as library name. The default value "libsmm-local.so.3" is correct for Linux but not for Mac OS X. This bug prevented the "opensc-tool -a" to work correctly and return the ATR if an IAS card is present in the reader. |