Skip to content

Commit

Permalink
Merge pull request #44 from minvws/update-windows-path
Browse files Browse the repository at this point in the history
Update Yubico PIV Tool libykcs11 path for Windows
  • Loading branch information
basvandriel authored Dec 9, 2024
2 parents f78c2e6 + 8761027 commit 7cb4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pkcs_lib_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PKCS11LibFinder:
_LINUX_X86_DEFAULT_PATH = pathlib.Path("/usr/lib/libykcs11.so")
_LINUX_X64_DEFAULT_PATH = pathlib.Path("/usr/lib64/libykcs11.so")

_WINDOWS_DEFAULT_LOCATION = pathlib.Path("C:\\Program Files\\Yubico\\YubiKey PIV Tool\\ykcs11.dll")
_WINDOWS_DEFAULT_LOCATION = pathlib.Path("C:\\Program Files\\Yubico\\Yubico PIV Tool\\bin\\libykcs11.dll")
_WINDOWS_DEFAULT_SYSTEM32_PATH = pathlib.Path("C:\\Windows\\System32\\ykcs11.dll")
_WINDOWS_DEFAULT_SYSWOW64_PATH = pathlib.Path("C:\\Windows\\SysWOW64\\ykcs11.dll")

Expand Down

0 comments on commit 7cb4b4e

Please sign in to comment.