From: David L. <no...@gi...> - 2023-02-28 08:09:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 89ccb1f097f56a0933f881af051422b8d67e457f https://github.com/OpenSC/libp11/commit/89ccb1f097f56a0933f881af051422b8d67e457f Author: dlegault <dle...@bl...> Date: 2023-02-28 (Tue, 28 Feb 2023) Changed paths: M src/p11_attr.c M src/p11_ec.c Log Message: ----------- Change bool attribute true/false names to _true/_false This prevents conflicts with true/false defined in stdbool.h fixes #472 |