Skip to content

Never try to test openssl library when it specified over --with-openssl #19

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

catap
Copy link
Contributor

@catap catap commented Oct 17, 2019

Nginx may use system-level OpenSSL library and old code works fine at this case.

But when user specified a custom OpenSSL library over --with-openssl this module never build because it can't pass test inside.

Also it is impossibly to easy test openssl because it isn't build and nginx will build it during building process.

So, skip testing phase inside module when user specified openssl version.

…ssl`

Nginx may use system-level OpenSSL library and old code works fine at this case.

But when user specified a custom OpenSSL library over `--with-openssl` this
module never build because it can't pass test inside.

Also it is impossibly to easy test openssl because it isn't build and nginx will
build it during building process.

So, skip testing phase inside module when user specified openssl version.
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.

1 participant