From: Dr. David von Oheimb Date: Sat, 7 Mar 2020 10:51:42 +0000 (+0100) Subject: Update comment on crls_http_cb() as it does support non-blocking I/O since #10667 X-Git-Tag: openssl-3.0.0-alpha1~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0aa87e86832ebad4042e2f6298549d598c35b610;p=oweals%2Fopenssl.git Update comment on crls_http_cb() as it does support non-blocking I/O since #10667 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11273) --- diff --git a/apps/lib/apps.c b/apps/lib/apps.c index 7b400a413d..fc48b0b12e 100644 --- a/apps/lib/apps.c +++ b/apps/lib/apps.c @@ -1895,9 +1895,8 @@ static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) } /* - * Example of downloading CRLs from CRLDP: not usable for real world as it - * always downloads, doesn't support non-blocking I/O and doesn't cache - * anything. + * Example of downloading CRLs from CRLDP: + * not usable for real world as it always downloads and doesn't cache anything. */ static STACK_OF(X509_CRL) *crls_http_cb(const X509_STORE_CTX *ctx,