Re: SSL_get_rfd() and SSL_get_wfd()

2001-07-16 Thread Lutz Jaenicke
On Sun, Jul 15, 2001 at 09:55:27PM +0200, Richard Levitte - VMS Whacker wrote: > From: "Michal Trojnara" <[EMAIL PROTECTED]> > > Michal.Trojnara> Dear OpenSSL maintainers, > Michal.Trojnara> > Michal.Trojnara> Two of OpenSSL functions: > Michal.Trojnara> int SSL_get_rfd(SSL *ssl); > Michal.T

Re: SSL_get_rfd() and SSL_get_wfd()

2001-07-15 Thread Richard Levitte - VMS Whacker
From: "Michal Trojnara" <[EMAIL PROTECTED]> Michal.Trojnara> Dear OpenSSL maintainers, Michal.Trojnara> Michal.Trojnara> Two of OpenSSL functions: Michal.Trojnara> int SSL_get_rfd(SSL *ssl); Michal.Trojnara> int SSL_get_wfd(SSL *ssl); Michal.Trojnara> are docummented in the manual, but n

SSL_get_rfd() and SSL_get_wfd()

2001-07-15 Thread Michal Trojnara
Dear OpenSSL maintainers, Two of OpenSSL functions: int SSL_get_rfd(SSL *ssl); int SSL_get_wfd(SSL *ssl); are docummented in the manual, but not implemented. It would be nice to have this problem fixed. Best regards, Michal Trojnara the author of stunnel ___