aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c2
1 files changed, 1 insertions, 1 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;
}
}