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

Add fork compatibility with OpenSC #23

Closed frankmorgner closed 5 years ago

frankmorgner commented 5 years ago

fixes https://github.com/OpenSC/OpenSC/issues/1507

@loskutov, this should make OpenVPN work with OpenSC's master.

alonbl commented 5 years ago

Thanks! I merged something similar based on this.

alonbl commented 5 years ago

BTW: I do not think this will resolve the C_Initialize that is called during fork fixup and plug&play.

frankmorgner commented 5 years ago

Thanks.