OpenSC / libp11

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

Use the PKG_CONFIG_PATH variable in tests environment #483

Closed olszomal closed 1 year ago

olszomal commented 1 year ago

Export LD_LIBRARY_PATH and use suitable OpenSSL version to fix make check when compiled with OpenSSL-3. Fix #478

mtrojnar commented 1 year ago

This issue was addressed by https://github.com/OpenSC/libp11/pull/498.