#1 Fix the default path for opensc-pkcs11.so
Opened 4 years ago by kwizart. Modified 4 years ago
rpms/ kwizart/rng-tools pkcs11_path  into  master

No commits found

This fix the default path chosen to find the opensc-pkcs11.so library
Fedora 30 scratch build with the change:
https://koji.fedoraproject.org/koji/taskinfo?taskID=35785927

from rngd.c
#ifndef DEFAULT_PKCS11_ENGINE
#define DEFAULT_PKCS11_ENGINE "/usr/lib64/opensc-pkcs11.so"
#endif