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/crlfetch.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 'dirmngr/crlfetch.c')
-rw-r--r-- | dirmngr/crlfetch.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dirmngr/crlfetch.c b/dirmngr/crlfetch.c index 0f34e2794..7e814f53b 100644 --- a/dirmngr/crlfetch.c +++ b/dirmngr/crlfetch.c @@ -292,8 +292,8 @@ crl_fetch (ctrl_t ctrl, const char *url, ksba_reader_t *reader) } else if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); err = gpg_error (GPG_ERR_NOT_SUPPORTED); } else @@ -318,8 +318,8 @@ crl_fetch_default (ctrl_t ctrl, const char *issuer, ksba_reader_t *reader) { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) @@ -350,8 +350,8 @@ ca_cert_fetch (ctrl_t ctrl, cert_fetch_context_t *context, const char *dn) { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) @@ -377,8 +377,8 @@ start_cert_fetch (ctrl_t ctrl, cert_fetch_context_t *context, { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) |