diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:38:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:38:45 +0000 |
commit | d8abe51562c11473ebcb823ad67c529be2c9dc92 (patch) | |
tree | 95f6f53b8060d72c7c0b206c728ab03d73590292 /src/util/crypto_random.c | |
parent | 721e49caeea6ba5073f8bc5c6c08359295c02bb5 (diff) |
style improvments wrt Mantis 1614 patch
Diffstat (limited to 'src/util/crypto_random.c')
-rw-r--r-- | src/util/crypto_random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c index 75435a5e67..6228174927 100644 --- a/src/util/crypto_random.c +++ b/src/util/crypto_random.c @@ -188,7 +188,7 @@ GNUNET_CRYPTO_random_disable_entropy_gathering () * Process ID of the "find" process that we use for * entropy gathering. */ -static GNUNET_OS_Process *genproc; +static struct GNUNET_OS_Process *genproc; /** * Function called by libgcrypt whenever we are |