mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
Changed URLs
This commit is contained in:
parent
5531da1cfc
commit
ac46433052
@ -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>
|
||||
|
||||
* mainproc.c (get_pka_address): Fix bug introduced as part of
|
||||
|
@ -445,8 +445,8 @@ idea_cipher_warn(int show)
|
||||
if(!warned || show)
|
||||
{
|
||||
log_info(_("the IDEA cipher plugin is not present\n"));
|
||||
log_info(_("please see http://www.gnupg.org/why-not-idea.html "
|
||||
"for more information\n"));
|
||||
log_info(_("please see %s for more information\n"),
|
||||
"http://www.gnupg.org/faq/why-not-idea.html");
|
||||
warned=1;
|
||||
}
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ signature_check2( PKT_signature *sig, MD_HANDLE 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/subkey-cross-certify.html");
|
||||
"http://www.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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user