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

Define OpenSSL API version compatibility macro #1068

Closed
Castaglia opened this issue Jul 26, 2020 · 0 comments
Closed

Define OpenSSL API version compatibility macro #1068

Castaglia opened this issue Jul 26, 2020 · 0 comments
Assignees
Milestone

Comments

@Castaglia
Copy link
Member

The scope of this ticket is to use the OPENSSL_API_COMPAT macro to define the OpenSSL API version with which ProFTPD is compatible; symbols from versions of OpenSSL older that the specified API version will cause build failures. See, for example, this pyca PR which does the same thing for that project.

We will start by declaring that ProFTPD is compatible with OpenSSL 1.0.0. Note that for platforms where support for versions of OpenSSL older than 1.0.0 is still required, there will be a configure option to disable use of this macro.

@Castaglia Castaglia self-assigned this Jul 26, 2020
@Castaglia Castaglia added this to the 1.3.8 milestone Jul 26, 2020
Castaglia added a commit that referenced this issue Jul 26, 2020
…s of the

OpenSSL API with which we are compatible.
Castaglia added a commit that referenced this issue Jul 27, 2020
…s of the

OpenSSL API with which we are compatible.
Castaglia added a commit that referenced this issue Jul 27, 2020
…s of the

OpenSSL API with which we are compatible.
Castaglia added a commit that referenced this issue Jul 27, 2020
Issue #1068: Use the `OPENSSL_API_COMPAT` macro to define the version…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant