OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
66 stars 43 forks source link

disable-threading disable-slotevent #15

Closed zpearl closed 6 years ago

zpearl commented 6 years ago

trying configure library with those params ./configure --disable-threading --disable-slotevent make got an error:

pkcs11h-core.c: In function ‘pkcs11h_forkFixup’: pkcs11h-core.c:1012:45: error: ‘struct _pkcs11h_data_s’ has no member named ‘safefork’ return __pkcs11h_forkFixup (_g_pkcs11h_data->safefork);

alonbl commented 6 years ago

/me bad! fixed in 1.25.1 thanks!