Hi all,

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. Maybe
they should

a) be changed to e.g. #ifdef DEBUG_INFO or something else not default defined.

b) at least use stderr, fprintf(stderr, "randomness from PROV_RSA_FULL\n")

Cheers,
- Peter
----------------------------------------------------------------
Peter 'Luna' Runestig (fd. Altberg), Sweden
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B  42EA CB99 A35C D07B BE13
AOL Instant Messenger Screenname: PRunestig


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to