summaryrefslogtreecommitdiffstats
path: root/printing/backend
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend')
-rw-r--r--printing/backend/print_backend_cups.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
index 82c25f3..c2f236b 100644
--- a/printing/backend/print_backend_cups.cc
+++ b/printing/backend/print_backend_cups.cc
@@ -42,6 +42,10 @@ namespace {
// Google search for 'gnutls thread safety' provided a solution that
// initialized gcrypt and gnutls.
+// TODO(phajdan.jr): Remove this after https://bugs.g10code.com/gnupg/issue1197
+// gets fixed on all Linux distros we support (i.e. when they ship libgcrypt
+// with the fix).
+
// Initially, we linked with -lgnutls and simply called gnutls_global_init(),
// but this did not work well since we build one binary on Ubuntu Hardy and
// expect it to run on many Linux distros. (See http://crbug.com/46954)