|
From: pkubaj <no...@gi...> - 2019-11-01 14:51:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bfa8415ea3f5a0b055ef383863e2711b95b04ec8 https://github.com/OpenSC/OpenSC/commit/bfa8415ea3f5a0b055ef383863e2711b95b04ec8 Author: pkubaj <pk...@us...> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M src/tests/p11test/p11test.c Log Message: ----------- Fix build on ARM, PPC Those architectures use unsigned char by default, and command variable is later compared to -1. |