mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-12 23:01:14 +01: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
@ -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…
x
Reference in New Issue
Block a user