Skip to content

src: prefer bool over int in crypto_common

The return value of SSL_CTX_get_issuer and UseSNIContext has bool semantics but is currently int.

Merge request reports

Loading