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
65 stars 43 forks source link

compatibility with openssl30 #40

Closed t0b3 closed 3 years ago

t0b3 commented 3 years ago

this fix makes it compile with openssl30 consider case RSA_SSLV23_PADDING equals default

alonbl commented 3 years ago

Thanks!