Skip to content

Commit 8e8e1eb

Browse files
rborosakmrts
authored andcommitted
Update Pkcs11ElectronicID.cpp
Fixed paths for croatian pkcs11 modul from eid to certilia
1 parent 43d6da0 commit 8e8e1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/electronic-ids/pkcs11/Pkcs11ElectronicID.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ inline fs::path lithuanianPKCS11ModulePath()
7272
inline fs::path croatianPkcs11ModulePath()
7373
{
7474
#ifdef _WIN32
75-
return programFilesPath() / L"AKD/eID Middleware/pkcs11/AkdEidPkcs11_64.dll";
75+
return programFilesPath() / L"AKD/Certilia Middleware/pkcs11/AkdEidPkcs11_64.dll";
7676
#elif defined __APPLE__
77-
return "/Library/AKD/eID Middleware/pkcs11/libEidPkcs11.so"; // NB! Not tested.
77+
return "/Library/AKD/Certilia Middleware/pkcs11/libEidPkcs11.so"; // NB! Not tested.
7878
#else // Linux
79-
return "/usr/lib/akd/eidmiddleware/pkcs11/libEidPkcs11.so";
79+
return "/usr/lib/akd/certiliamiddleware/pkcs11/libEidPkcs11.so";
8080
#endif
8181
}
8282

0 commit comments

Comments
 (0)