diff options
Diffstat (limited to '')
-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 ccfbccaad..374843363 100644 --- a/g10/import.c +++ b/g10/import.c @@ -96,6 +96,7 @@ import_keys( const char *fname ) memset( &afx, 0, sizeof afx); memset( &cfx, 0, sizeof cfx); + afx.only_keyblocks = 1; /* open file */ inp = iobuf_open(fname); |