diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/import.c b/g10/import.c index 9d57685c7..08289fa9f 100644 --- a/g10/import.c +++ b/g10/import.c @@ -517,13 +517,11 @@ import_one( const char *fname, KBNODE keyblock, int fast, KEYDB_HANDLE hd; int n_uids, n_sigs, n_subk; - /* Compare the original against the new key; just to be sure nothing * weird is going on */ if( cmp_public_keys( pk_orig, pk ) ) { log_error( _("key %08lX: doesn't match our copy\n"), (ulong)keyid[1]); - rc = G10ERR_GENERAL; goto leave; } |