Fix builds with new HTTP client configured with no-ocsp and no-cmp#11058
Fix builds with new HTTP client configured with no-ocsp and no-cmp#11058DDvO wants to merge 4 commits intoopenssl:masterfrom
Conversation
|
Travis is happy again 😄 |
|
BTW, should we add |
I'd say no. We have far too many "no" options at the moment IMO. I don't see a need for another one. |
5ec6c77 to
50ae0f3
Compare
|
Travis now fails due to an unrelated |
|
@mattcaswell, hope you can approve the fixes in this PR regardless of the unrelated issue with |
|
I believe this is "urgent" because it is causing all PRs to show red crosses for Travis. @DDvO do you agree? I've applied the "urgent" label. |
Yes, thanks, I agree. |
In theory yes. I'd like to wait a short while to see if anyone objects, and maybe push in 2 or 3 hours if no one does. |
mspncp
left a comment
There was a problem hiding this comment.
From 3a91af68915561c052d995445ee74a012dd0d6c4 Mon Sep 17 00:00:00 2001
From: "Dr. David von Oheimb" <[email protected]>
Date: Tue, 11 Feb 2020 16:09:12 +0100
Subject: [PATCH] fix build with new HTTP client in case OPENSSL_NO_OCSP fix
formatting nits w.r.t. #if indentations in ocsp.h
Please insert an empty line between commit title and body.
fix also formatting nits w.r.t. #if indentations in ocsp.h
…matting nits w.r.t. #if indentations in ocsp.h
…matting nits w.r.t. #if indentations in ocsp.h
50ae0f3 to
5ba557e
Compare
@mspncp, as you mentioned to me elsewhere, GitHub unfortunately does not always keep newlines in commit messages - thanks for that hint! In this case the first line was not really meant as a title but just as the first of two items. |
Thanks for fixing it. You may proceed to merge, since it has been approved already and is marked as 'urgent'.
fix also formatting nits w.r.t. #if indentations in ocsp.h Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #11058)
|
Pushed. Thanks @mattcaswell and @mspncp! |
|
I wonder why for this PR GitHub apparently did not realize that it already has been merged. |
Because the commit hashes in this PR do not match those that eventually got pushed to master (because of rebases and addrev changes). |
This is a fixup of #10667 for build issues newly detected by Travis due to #9982.
OPENSSL_NO_CMPOPENSSL_NO_OCSPocsp.h