1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-22 14:57:02 +01:00

Changed URLs

This commit is contained in:
Werner Koch 2006-03-22 16:43:59 +00:00
parent 5531da1cfc
commit ac46433052
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-03-22 Werner Koch <wk@g10code.com>
* sig-check.c (signature_check2): Changed warning URL to include faq.
* misc.c (idea_cipher_warn): Ditto.
2006-03-22 David Shaw <dshaw@jabberwocky.com> 2006-03-22 David Shaw <dshaw@jabberwocky.com>
* mainproc.c (get_pka_address): Fix bug introduced as part of * mainproc.c (get_pka_address): Fix bug introduced as part of

View File

@ -445,8 +445,8 @@ idea_cipher_warn(int show)
if(!warned || show) if(!warned || show)
{ {
log_info(_("the IDEA cipher plugin is not present\n")); log_info(_("the IDEA cipher plugin is not present\n"));
log_info(_("please see http://www.gnupg.org/why-not-idea.html " log_info(_("please see %s for more information\n"),
"for more information\n")); "http://www.gnupg.org/faq/why-not-idea.html");
warned=1; warned=1;
} }
} }

View File

@ -101,7 +101,7 @@ signature_check2( PKT_signature *sig, MD_HANDLE digest, u32 *r_expiredate,
log_info(_("WARNING: signing subkey %s is not" log_info(_("WARNING: signing subkey %s is not"
" cross-certified\n"),keystr_from_pk(pk)); " cross-certified\n"),keystr_from_pk(pk));
log_info(_("please see %s for more information\n"), log_info(_("please see %s for more information\n"),
"http://www.gnupg.org/subkey-cross-certify.html"); "http://www.gnupg.org/faq/subkey-cross-certify.html");
/* --require-cross-certification makes this warning an /* --require-cross-certification makes this warning an
error. TODO: change the default to require this error. TODO: change the default to require this
after more keys have backsigs. */ after more keys have backsigs. */