random:drbg: Fix the behavior for child process.
* random/random-drbg.c (_gcry_rngdrbg_randomize): Update change of PID detection.
Applied the master commit of:
df7879a86b1de8eaf2d784687155c4274574b120
In a child process, it calls to drbg_reseed again and again, without
this change.
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>