diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 15e67dd41..57c7e8ce6 100644 --- a/g10/main.h +++ b/g10/main.h @@ -153,6 +153,7 @@ KBNODE make_mpi_comment_node( const char *s, MPI a ); #define IMPORT_ALLOW_LOCAL_SIGS 1 #define IMPORT_REPAIR_HKP_SUBKEY_BUG 2 #define IMPORT_FAST_IMPORT 4 +#define IMPORT_SK2PK 8 int parse_import_options(char *str,unsigned int *options); void import_keys( char **fnames, int nnames, |