Solaris8 with SUNWski installed (provides /dev/random). Symptom: "./configure --with-random=/dev/random" yields checking whether OpenSSL's headers match the library... yes checking whether OpenSSL's PRNG is internally seeded... no configure: WARNING: *** Forcing use of OpenSSL's non-self-seeding PRNG Checking the configure script, it no longer accepts --with-random, and doesn't check /dev/random (or /dev/urandom for that matter). The INSTALL file still indicates that this should work. I attempted to work around the problem with "--with-prngd-socket=/dev/random" to no avail.
The documentation issue has been resolved in -current. You should configure OpenSSL to use your /dev/random, then OpenSSL will support it automatically.
Mass change of RESOLVED bugs to CLOSED