-do not use signal pipe as gnunet-rsa is likely to be in a gcrypt select loop
authorChristian Grothoff <christian@grothoff.org>
Mon, 16 Jul 2012 12:14:07 +0000 (12:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 16 Jul 2012 12:14:07 +0000 (12:14 +0000)
src/util/crypto_rsa.c

index 6e92f0753d0c68266dabb310c5fe077a0b2d4473..186933f3b9347d029a01c968cbe3681eb1e1e89f 100644 (file)
@@ -1023,7 +1023,7 @@ GNUNET_CRYPTO_rsa_key_create_start (const char *filename,
     GNUNET_free (gc);
     return NULL;
   }
-  gc->gnunet_rsa = GNUNET_OS_start_process (GNUNET_YES,
+  gc->gnunet_rsa = GNUNET_OS_start_process (GNUNET_NO,
                                            GNUNET_OS_INHERIT_STD_ERR,
                                            NULL, 
                                            gc->gnunet_rsa_out,