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
- RE: Solaris Sparc and AutoSeededRandomPool Johan Warman
- RE: Solaris Sparc and AutoSeededRandomPool Walton, Jeffrey
- SV: Solaris Sparc and AutoSeededRandomPool Johan Warman
