Skip to content

openssl: fix building against no-ocsp openssl with Apple SecTrust#20128

Closed
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:osslnoocsp
Closed

openssl: fix building against no-ocsp openssl with Apple SecTrust#20128
vszakats wants to merge 1 commit into
curl:masterfrom
vszakats:osslnoocsp

Conversation

@vszakats

@vszakats vszakats commented Dec 31, 2025

Copy link
Copy Markdown
Member

(Not tested in CI. Regression in 8.17.0.)

Fixing:

lib/vtls/openssl.c:4750:8: error: variable 'sectrust_verified' set but not used [-Werror,-Wunused-but-set-variable]
 4750 |   bool sectrust_verified = FALSE;
      |        ^
1 error generated.

Follow-up to b4630ed #19308

Fixing:
```
lib/vtls/openssl.c:4750:8: error: variable 'sectrust_verified' set but not used [-Werror,-Wunused-but-set-variable]
 4750 |   bool sectrust_verified = FALSE;
      |        ^
1 error generated.
```
@vszakats vszakats added build TLS appleOS specific to an Apple operating system labels Dec 31, 2025
@vszakats vszakats closed this in def95e3 Dec 31, 2025
@vszakats
vszakats deleted the osslnoocsp branch December 31, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

appleOS specific to an Apple operating system build TLS

Development

Successfully merging this pull request may close these issues.

1 participant