summaryrefslogtreecommitdiff
path: root/cups/usersys.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-05-20 18:37:52 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-05-20 18:37:52 +0000
commitb37d45d9edf36de04536cdb398ee08a025b5e6bb (patch)
tree8890a9cb460cc43031964def22456d550d4b7e69 /cups/usersys.c
parentee6226a5cbe12e80205659984bfcc663375b27e6 (diff)
downloadcups-b37d45d9edf36de04536cdb398ee08a025b5e6bb.tar.gz
More tweaks for cipher suite restrictions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12647 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/usersys.c')
-rw-r--r--cups/usersys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/usersys.c b/cups/usersys.c
index 42294a9e8..77ee7fc65 100644
--- a/cups/usersys.c
+++ b/cups/usersys.c
@@ -1250,6 +1250,8 @@ cups_set_ssl_options(
}
cc->ssl_options = options;
+
+ DEBUG_printf(("4cups_set_ssl_options(cc=%p, value=\"%s\") options=%x", cc, value, options));
}
#endif /* HAVE_SSL */