openssl: sync an AWS-LC guard with BoringSSL#18384
Closed
vszakats wants to merge 2 commits intocurl:masterfrom
Closed
openssl: sync an AWS-LC guard with BoringSSL#18384vszakats wants to merge 2 commits intocurl:masterfrom
vszakats wants to merge 2 commits intocurl:masterfrom
Conversation
BoringSSL always used the same type: https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066 google/boringssl@103ed08 Follow-up to 20f4e94 curl#11568
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 23, 2025
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 23, 2025
vszakats
added a commit
that referenced
this pull request
Aug 23, 2025
Ref: https://github.com/curl/curl/actions/runs/17179514833/job/48740057095 Also fix indent. Cherry-picked from #18384 Closes #18385
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Aug 23, 2025
Cherry-picked from curl#18384
vszakats
added a commit
that referenced
this pull request
Aug 23, 2025
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.
BoringSSL always used the same type:
https://boringssl.googlesource.com/boringssl/+/103ed08549a74af9f03363c633028faf9a475066
google/boringssl@103ed08
But, this codepath isn't built with BoringSSL, because it defines
OPENSSL_NO_OCSPviaopensslconf.h.Also drop an out-of-place
#endifcomment.Ref: 20f4e94 #11568
https://github.com/curl/curl/actions/runs/17179727043/job/48740564761?pr=18384#step:35:41