Hi
 
I've changed the CryptoPP 4.2 according to the diff and made it compile with Sun 
Studio 8. When I'm trying to use RNG on the Solaris Sparc box I get zero back.
This is what I'm doing:
 
CryptoPP::AutoSeededRandomPool rng;
 
byte* block = new byte[64];
memset(block, 0, 64);
 
rng.GetBlock(block, 64);
 
block should now contain anything but just zeros, but it doesn't. This works when I'm 
using GCC.
 
Any suggestions?
 
.johan

Reply via email to