aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/misc.c2
-rw-r--r--g10/sig-check.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 17494aca4..b20ab07b5 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -563,7 +563,7 @@ idea_cipher_warn(int show)
{
log_info(_("the IDEA cipher plugin is not present\n"));
log_info(_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/why-not-idea.html");
+ "https://gnupg.org/faq/why-not-idea.html");
warned=1;
}
}
diff --git a/g10/sig-check.c b/g10/sig-check.c
index 299969345..fc5e1fa41 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -105,7 +105,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. */