cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.64k stars 1.12k forks source link

Fix #30 build fails with boringssl feature #33

Closed samurai00 closed 4 months ago

samurai00 commented 5 months ago

In this commit cloudflare/boring@84a80c1 , the X509VerifyResult from cloudflare/boring was modified to Result<(), X509VerifyError> . This change introduces an incompatibility with X509VerifyResult.

Changes in this Pull Request:

This pull request addresses the incompatibility by providing feature-specific code blocks:

andrewhavck commented 4 months ago

Thanks for contributing, this was merged in our latest sync.