Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented out
authorBodo Möller <bodo@openssl.org>
Thu, 14 Oct 1999 17:31:53 +0000 (17:31 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 14 Oct 1999 17:31:53 +0000 (17:31 +0000)
commit023c8d0b0aec445b680ef5aea2bd2154adb59974
tree183aeab8edf509938d487c37790c608d488c1869
parent673b102c5b265bd6c517ac40ab76e1606a243c08
Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented out
between SSLeay 0.8.1b and 0.9.0b with no apparent reason).
If we *want* an error when DEVRANDOM is not defined (it always is with
the current e_os.h) we should use #error.
crypto/rand/md_rand.c