Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move check for opensc-pkcs11.dll to encryption suite #19

Open
dhcgn opened this issue Jun 16, 2017 · 0 comments
Open

Move check for opensc-pkcs11.dll to encryption suite #19

dhcgn opened this issue Jun 16, 2017 · 0 comments
Labels
Milestone

Comments

@dhcgn
Copy link
Owner

dhcgn commented Jun 16, 2017

            var filepath = Environment.Is64BitProcess
                ? @"C:\Windows\System32\opensc-pkcs11.dll"
                : @"C:\Windows\syswow64\opensc-pkcs11.dll";

target dhcgn/Encryption-Suite#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant