Mastercard / pkcs11-tools

A set of tools to manage objects on PKCS#11 cryptographic tokens. Compatible with many PKCS#11 library, including major HSM brands, NSS and softoken.
Other
142 stars 29 forks source link

patch for issue #1 #2

Closed keldonin closed 5 years ago

keldonin commented 5 years ago

Fixes issue #1

AC_CHECK_FILE macro cannot be used in cross compilation environments, replaced with AS_IF([test -r ... ])