diff options
author | NIIBE Yutaka <[email protected]> | 2023-05-11 09:51:33 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-05-11 09:51:33 +0000 |
commit | 3274893224d6ef9ae2480ae724243d5574273b38 (patch) | |
tree | 42c3b5a0f2deb53690477e555be04be1cec4be4e /g10/import.c | |
parent | dirmngr: Remove casting which is not needed any more. (diff) | |
parent | Prepare new development cycle (diff) | |
download | gnupg-gniibe/t6275.tar.gz gnupg-gniibe/t6275.zip |
Merge branch 'master' into gniibe/t6275gniibe/t6275
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/import.c b/g10/import.c index 5e44942e7..987fef3cd 100644 --- a/g10/import.c +++ b/g10/import.c @@ -2136,6 +2136,7 @@ import_one_real (ctrl_t ctrl, list_keyblock_direct (ctrl, keyblock, from_sk, 0, opt.fingerprint || opt.with_fingerprint, 1); es_fflush (es_stdout); + no_usable_encr_subkeys_warning (keyblock); } /* Write the keyblock to the output and do not actually import. */ |