summaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-02-11 12:10:39 +0100
committerWerner Koch <wk@gnupg.org>2015-02-11 12:10:39 +0100
commit15fad6b1b9e5ea0bfe76be8c2692b76d57b74291 (patch)
tree0101421a4b01ab7480523440a3bdf47545a7a316 /g10/sig-check.c
parentUse inline functions to convert buffer data to scalars. (diff)
downloadgnupg2-15fad6b1b9e5ea0bfe76be8c2692b76d57b74291.tar.xz
gnupg2-15fad6b1b9e5ea0bfe76be8c2692b76d57b74291.zip
doc: Change remaining http links to gnupg.org to https
-- GnuPG-bug-id: 1830
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r--g10/sig-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index dd475bec2..27c51fdb5 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -106,7 +106,7 @@ signature_check2 (PKT_signature *sig, gcry_md_hd_t digest, u32 *r_expiredate,
log_info(_("WARNING: signing subkey %s is not"
" cross-certified\n"),keystr_from_pk(pk));
log_info(_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/subkey-cross-certify.html");
+ "https://gnupg.org/faq/subkey-cross-certify.html");
/* --require-cross-certification makes this warning an
error. TODO: change the default to require this
after more keys have backsigs. */