Skip to content

Commit

Permalink
Allow for possibly undefined X509 constant
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Jan 30, 2018
1 parent 49353ed commit 8e48e6f
Showing 1 changed file with 3 additions and 1 deletion.
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)
#define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10
#endif

bool loadLibrary(void)
{
Expand Down

0 comments on commit 8e48e6f

Please sign in to comment.