1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +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:
Werner Koch 2002-05-21 16:46:48 +00:00
parent 529e037c43
commit 09e732361a
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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 );