mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
was erroneously introduced on 2002-01-09.
This commit is contained in:
parent
529e037c43
commit
09e732361a
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2002-05-21 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
|
||||
was erroneously introduced on 2002-01-09.
|
||||
|
||||
* signal.c (got_fatal_signal): Don't write the Nul to stderr.
|
||||
Reported by David Hollenberg.
|
||||
|
||||
|
|
|
@ -879,7 +879,6 @@ main( int argc, char **argv )
|
|||
opt.homedir = buf;
|
||||
}
|
||||
#endif
|
||||
#undef USE_SHM_COPROCESSING /* huh? */
|
||||
#ifdef USE_SHM_COPROCESSING
|
||||
if( opt.shm_coprocess ) {
|
||||
init_shm_coprocessing(requested_shm_size, 1 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue