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

Moved the PKCS#11 SDK to a common directory #32

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

hackbunny
Copy link
Collaborator

@hackbunny hackbunny commented Sep 30, 2017

EsempioPKCS11 wasn't building for me, as it couldn't find the win32.h include. I noticed that the EsempioPKCS11 and CSP projects both had their own (identical) copy of the PKCS#11 SDK, except the former's was incomplete, missing the win32.h file. To fix both the duplication issue and the build issue, I moved the SDK to a common directory (PKCS11 in the top level directory), and pointed the include paths of both projects to it

…paths of CSP and EsempioPKCS11 to it: much better than having two identical copies of the SDK in two different projects. As a bonus, fixes the build of EsempioPKCS11
Copy link
Contributor

@gvarisco gvarisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gvarisco gvarisco added the bug label Sep 30, 2017
Copy link
Collaborator

@fottavi fottavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@gvarisco gvarisco merged commit 5013bef into italia:master Oct 2, 2017
@hackbunny hackbunny deleted the pkcs11-sdk branch October 7, 2017 15:33
ugochirico pushed a commit that referenced this pull request Mar 25, 2019
Moved the PKCS#11 SDK to a common directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants