summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 00:15:14 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 00:15:14 +0000
commit616e6d0ca59b6a5eda083e00ee83d5f7fddce282 (patch)
treea8d1c443779871bc1a1b42c149b12bc78231d935 /printing
parent0a486d8202c9d703155088c381bfb40d8df072c1 (diff)
downloadchromium_src-616e6d0ca59b6a5eda083e00ee83d5f7fddce282.zip
chromium_src-616e6d0ca59b6a5eda083e00ee83d5f7fddce282.tar.gz
chromium_src-616e6d0ca59b6a5eda083e00ee83d5f7fddce282.tar.bz2
Add a TODO to clean up libgcrypt & gnutls dependency.
BUG=none Review URL: https://codereview.chromium.org/11316367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-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)