OpenSC / libp11

PKCS#11 wrapper library
GNU Lesser General Public License v2.1
310 stars 189 forks source link

Change bool attribute true/false names to _true/_false #473

Closed dlegaultbbry closed 1 year ago

dlegaultbbry commented 2 years ago

This prevents conflicts with true/false defined in stdbool.h

fixes #472