1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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

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