I posted this question a couple of weeks ago and have not received any answer...
...maybe because it's a stupid question?
openssl is compiled using: "./config --prefix=/usr/local --openssldir=/usr/local/openssl threads shared" and works like a charm, but the following lines (in eng_openssl.c)
#ifdef TEST_ENG_OPENSSL_RC4_P_INIT
fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
#endifgenerates unwanted output to the console when a client connects (using Internet Explorer for instance) to our application. What have we missed? A compiler flag? Should this be #defined by default?
Brgds
/Stefan
-- If you make people think they're thinking, they'll love you; but if you really make them think they'll hate you.
smime.p7s
Description: S/MIME Cryptographic Signature
