diff options
author | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
commit | 9ffcb77e2565651afdeda523374bcbb24b5bd735 (patch) | |
tree | dc08d23abb2189e5088f37b116f6b50cf05e184d /dirmngr/ocsp.c | |
parent | dirmngr: Use the new DNS wrapper for the HKP engine. (diff) | |
download | gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.tar.gz gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.zip |
Change capitalization of TOR to Tor.
--
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ocsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/ocsp.c b/dirmngr/ocsp.c index f81f3358e..392c02b5f 100644 --- a/dirmngr/ocsp.c +++ b/dirmngr/ocsp.c @@ -134,9 +134,9 @@ do_ocsp_request (ctrl_t ctrl, ksba_ocsp_t ocsp, gcry_md_hd_t md, if (opt.use_tor) { - /* For now we do not allow OCSP via TOR due to possible privacy + /* For now we do not allow OCSP via Tor due to possible privacy concerns. Needs further research. */ - log_error (_("OCSP request not possible due to TOR mode\n")); + log_error (_("OCSP request not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } |