mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
New code for encode_crypt_files.
This commit is contained in:
parent
d346578fb1
commit
0bd41cc2e5
4 changed files with 37 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue