wrowe 02/05/29 15:08:43
Modified: . CHANGES
Log:
Forgot to commit [actually explicitly committed, but forgot
to save first.]
Revision Changes Path
1.292 +4 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- CHANGES 28 May 2002 23:15:10 -0000 1.291
+++ CHANGES 29 May 2002 22:08:43 -0000 1.292
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) Fixed apr_generate_random_bytes() for Win32 on Win NT or 9x by
+ dropping the 0x40 bit (CRYPT_SILENT) for earlier OS'es.
+ PR 9286 [William Rowe]
+
*) Added --with-devrandom=[DEV] configure flag which allows a particular
"/dev/random"-compatible device to be specified, overriding the
default search path (/dev/random then /dev/arandom then /dev/urandom).