acinclude.m4: test for OPENSSL_NO_ENGINE#384
Closed
orbea wants to merge 1 commit intoapache:trunkfrom
Closed
Conversation
a48cff3 to
1a43bec
Compare
With >= LibreSSL 3.8.1 the engine code has been removed and OPENSSL_NO_ENGINE has been defined, testing for this define during configure will prevent implicit function declarations when using an ssl implementation with the engine code disabled or removed.
1a43bec to
c2fa3b4
Compare
gentoo-bot
pushed a commit
to gentoo/libressl
that referenced
this pull request
Sep 7, 2023
Upstream-PR: apache/httpd#384 Signed-off-by: orbea <orbea@riseup.net>
Collaborator
|
Can you test whether this works with current trunk? I think this was likely fixed in 1e06568 |
Author
|
@notroj I tested the current trunk (c902858) which worked, then I tested that commit (1e06568) which failed.... I then checked the Thanks for the reply! For reference my build command was: |
Collaborator
|
Thanks a lot for testing it out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With
>= LibreSSL 3.8.1the engine code has been removed andOPENSSL_NO_ENGINEhas been defined, testing for this define during configure will prevent implicit function declarations when using an ssl implementation with the engine code disabled or removed.