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

[SqueakSSL] Overlay OpenSSL for linux/unix #205

Merged
merged 4 commits into from Jan 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion platforms/unix/plugins/SqueakSSL/openssl_overlay.h
Expand Up @@ -169,7 +169,9 @@ void (*sqo_sk_pop_free)(STACK *st, void (*func) (void *));
#define sqo_sk_GENERAL_NAME_pop_free(st, free_func) \
sqo_SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))


#if !defined(X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS)
Copy link
Member

Choose a reason for hiding this comment

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

Could you add a comment when this is not defined? Otherwise, prefix it as well?
-> sqo_X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS

#define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10
#endif

bool loadLibrary(void)
{
Expand Down