aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 0fc15d25e..ac685fd73 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -816,7 +816,7 @@ main( int argc, char **argv )
opt.homedir = buf;
}
#endif
-
+ #undef USE_SHM_COPROCESSING
#ifdef USE_SHM_COPROCESSING
if( opt.shm_coprocess ) {
init_shm_coprocessing(requested_shm_size, 1 );
@@ -1541,9 +1541,8 @@ main( int argc, char **argv )
break;
case aEncrFiles: /* encrypt the given files */
- if (argc)
encode_crypt_files(argc, argv, remusr);
- break;
+ break;
case aSign: /* sign the given file */
sl = NULL;