mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@
* import.c (delete_inv_parts): Comments on import-unusable-sigs.
This commit is contained in:
parent
fbee22ac0c
commit
14ce45565d
3 changed files with 15 additions and 3 deletions
|
@ -1565,6 +1565,12 @@ delete_inv_parts( const char *fname, KBNODE keyblock,
|
|||
|| node->pkt->pkt.signature->keyid[1]!=keyid[1])
|
||||
&& !(options&IMPORT_UNUSABLE_SIGS))
|
||||
{
|
||||
/* Note that we haven't necessarily checked this sig for
|
||||
validity. We strip it anyway since if it was valid, it
|
||||
would be expired. If it wasn't valid, it either would
|
||||
be expired if it was valid, or was altered to the point
|
||||
that it looked expired (and so doesn't matter terribly
|
||||
much if it is expired or not). */
|
||||
if(opt.verbose)
|
||||
{
|
||||
char *kid=m_strdup(keystr(keyid));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue