From: GitHub <no...@gi...> - 2014-10-01 20:15:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c8545baf9087cca9116a1b1aa6f8430ec7863270 https://github.com/OpenSC/OpenSC/commit/c8545baf9087cca9116a1b1aa6f8430ec7863270 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M src/libopensc/pkcs15-dnie.c Log Message: ----------- pkcs15-dnie: fix compilation when OpenSSL is not used If OpenSSL is not used then the functions from card-dnie.c are not defined and in particular dnie_match_card() is not defined. In that case we use a fake dnie_match_card() that just returns false. Commit: fb7bbf1e800715c7fe153fd9c738b78e3bd38521 https://github.com/OpenSC/OpenSC/commit/fb7bbf1e800715c7fe153fd9c738b78e3bd38521 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M configure.ac Log Message: ----------- build: disable Secure Messaging if OpenSSL is not used If OpenSSL is not present or --disable-openssl then Secure Messaging is disabled. The problem was that some Secure Messaging code is missing if OpenSSL is absent. The build/link failed with some missing symbols. Fix issue #293 Commit: 09c2847b7ed20c0a90337cffc967c9fe3a8d8975 https://github.com/OpenSC/OpenSC/commit/09c2847b7ed20c0a90337cffc967c9fe3a8d8975 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M src/libopensc/pkcs15-dnie.c Log Message: ----------- Fix compiler warning pkcs15-dnie.c:242:13: warning: function declaration isn't a prototype [-Wstrict-prototypes] const char *sc_driver_version() ^ Commit: 34587eac9c608d38c6b067881580cd5cf7e9835a https://github.com/OpenSC/OpenSC/commit/34587eac9c608d38c6b067881580cd5cf7e9835a Author: Ludovic Rousseau <lud...@gm...> Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M src/libopensc/p15card-helper.c Log Message: ----------- Fix compiler warning p15card-helper.c:23:5: warning: 'ENABLE_OPENSSL' is not defined, evaluates to 0 [-Wundef] ^ Compare: https://github.com/OpenSC/OpenSC/compare/955a3391481f...34587eac9c60 |