Commit 3b3bc455 authored by Richard Levitte's avatar Richard Levitte
Browse files

That's it, I've seen questions about this one time too many for

today.  Time to add extra info so the poor users know where to
go with their troubles.
parent e871dcbc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -571,6 +571,8 @@ static int ssleay_rand_bytes(unsigned char *buf, int num)
	else
		{
		RANDerr(RAND_F_SSLEAY_RAND_BYTES,RAND_R_PRNG_NOT_SEEDED);
		ERR_add_error_data(1, "You need to read the OpenSSL FAQ, "
			"http://www.openssl.org/support/faq.html");
		return(0);
		}
	}