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

Fix STACK_OF(OPENSSL_STRING) conflicts with OpenSSL 1.1.0 #55

Merged
merged 1 commit into from Oct 27, 2016

Conversation

ppisar
Copy link
Contributor

@ppisar ppisar commented Oct 27, 2016

Since OpenSSL 1.1.0, STACK_OF(OPENSSL_STRING) defines
sk_OPENSSL_STRING_num() and other accessors as a functions, not
macros. Thus the #ifndef sk_OPENSSL_STRING_num incorrectly redefined
them and caused fatal warnings about incompatible types.

This patch redefines the accessors only with OpenSSL older than 1.1.0.

#53

Since OpenSSL 1.1.0, STACK_OF(OPENSSL_STRING) defines
sk_OPENSSL_STRING_num() and other accessors as a functions, not
macros. Thus the #ifndef sk_OPENSSL_STRING_num incorrectly redefined
them and caused fatal warnings about incompatible types.

This patch redefines the accessors only with OpenSSL older than 1.1.0.

<dsully#53>
@dsully dsully merged commit f92eabb into dsully:master Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants