From b27adc0e2c1a785e11ad2cb3e7ae06ebfffc4659 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 12 Apr 2010 21:00:13 +0000 Subject: Applied spelling fixes and more verbose test diagnositcs by Brad Hards. --- random/rndw32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random/rndw32.c') diff --git a/random/rndw32.c b/random/rndw32.c index 49dff3cc..852f9aca 100644 --- a/random/rndw32.c +++ b/random/rndw32.c @@ -278,7 +278,7 @@ init_system_rng (void) the 760 MP chipset) also has a hardware RNG, but there doesn't appear to be any driver support for this as there is for the Intel RNG so we can't do much with it. OTOH the Intel RNG is also effectively dead - as well, mostly due to virtually nonexistant support/marketing by + as well, mostly due to virtually nonexistent support/marketing by Intel, it's included here mostly for form's sake. */ if ( (!pCryptAcquireContext || !pCryptGenRandom || !pCryptReleaseContext || !pCryptAcquireContext (&hRNGProv, NULL, INTEL_DEF_PROV, -- cgit v1.2.1