summaryrefslogtreecommitdiff
path: root/cups/tls.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-20 20:18:05 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-20 20:18:05 -0500
commita7aabde8fee21c62795eba831fc2bc965c6e0149 (patch)
tree2e9cc2b15c9dcde4b7eb88917f025ec8ec67221d /cups/tls.c
parent699fe020752b0f0dbe1666117dd96791a98cc5a5 (diff)
downloadcups-a7aabde8fee21c62795eba831fc2bc965c6e0149.tar.gz
Setting the timeout should also timeout the TLS negotiation
(rdar://34938533)
Diffstat (limited to 'cups/tls.c')
-rw-r--r--cups/tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/tls.c b/cups/tls.c
index e8874004f..278439db2 100644
--- a/cups/tls.c
+++ b/cups/tls.c
@@ -30,7 +30,7 @@
/*
- * Local functions...
+ * Include platform-specific TLS code...
*/
#ifdef HAVE_SSL