From 0aa87e86832ebad4042e2f6298549d598c35b610 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 7 Mar 2020 11:51:42 +0100 Subject: 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) --- apps/lib/apps.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps') 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, -- cgit v1.2.3