128,130c128,136 < BIO_printf(bio_e,"Loading 'screen' into random state -"); < BIO_flush(bio_e); < RAND_screen(); --- > #ifndef NO_RAND_SCREEN > BIO_printf(bio_e,"Loading 'screen' into random state -"); > BIO_flush(bio_e); > RAND_screen(); > #else > BIO_printf(bio_e,"Calling RAND_poll to check for availability of random state -"); > BIO_flush(bio_e); > RAND_poll (); > #endif