On Fri, 24 Aug 2001, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:

>   -#if 0 /* XXX */
>   -    if (sc->nLogLevel >= SSL_LOG_DEBUG) {
>   -        BIO_set_callback(SSL_get_rbio(ssl), ssl_io_data_cb);
>   -        BIO_set_callback_arg(SSL_get_rbio(ssl), ssl);
>   -    }
>   -#endif
>   +
>  
> 
> WHY ?.. We've got to enable DEBUG (if the user wants it).. I'd prefer to
> have it.. 

huh?  all you need is to configure 'SSLLogLevel debug' and the i/o debug
hooks are enabled.

Reply via email to