On Thu, Feb 21, 2002 at 09:29:24AM +0100, Peter 'Luna' Runestig wrote:

> I just found a bunch of these things in crypto/rand/rand_win.c, that surprised me:
> 
> #ifdef DEBUG
>     printf("randomness from PROV_RSA_FULL\n");
> #endif
> 
> I'm using a standard debug build on Windows, and was, as I said,
> surprised by the extra info on screen when running my app.

I'll simply remove these (#if 0).  Apparently they are a leftover from
when this file was initially developped.  We have a couple of specific
..._DEBUG preprocessor symbols otherwhere in the code, but these are
designed such that they don't change behaviour (other than execution
speed) during normal operation unless there is some bug.


-- 
Bodo Möller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to