When compiling CVS HEAD with SSL enabled, I get this warning: be-secure.c: In function `open_server_SSL': be-secure.c:707: warning: assignment from incompatible pointer type
The code in question is: /* set up debugging/info callback */ SSL_CTX_set_info_callback(SSL_context, info_cb); Can someone send in a patch fixing this? (I'd fix it myself, but I know nothing about OpenSSL) BTW, this is using CFLAGS='-Wall -O0', with OpenSSL 0.9.7 Cheers, Neil -- Neil Conway <[EMAIL PROTECTED]> || PGP Key ID: DB3C29FC ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html