summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-03-07 11:51:42 +0100
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-04-20 11:34:02 +0200
commit0aa87e86832ebad4042e2f6298549d598c35b610 (patch)
tree2c133bb242b4b58247b1441988ed309d3b35b275 /apps
parent2b264aee6f3b92f14cb3e3dc5b27d14831870923 (diff)
Update comment on crls_http_cb() as it does support non-blocking I/O since #10667
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11273)
Diffstat (limited to 'apps')
-rw-r--r--apps/lib/apps.c5
1 files changed, 2 insertions, 3 deletions
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,