diff options
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); } |