X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftls-openssl.c;h=01622560f366c8613b7351bdcfebcd3ba9ee970b;hb=a643dea0ff5363e6520d86466395760db116b171;hp=2e537a160c05f3e18414bb87bdc4a283ec696ff4;hpb=b90406e36cfef4cf6aaf104c3a403f6745763b5b;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 2e537a160..01622560f 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -1438,7 +1438,7 @@ SNI handling. Separately we might try to replace using OCSP_basic_verify() - which seems to not be a public interface into the OpenSSL library (there's no manual entry) - -(in 3.0.0 + is is public) +(in 3.0.0 + it is public) But what with? We also use OCSP_basic_verify in the client stapling callback. And there we NEED it; we must verify that status... unless the library does it for us anyway? */