SSL_get_rfd() SSL_get_wfd()

2001-07-19 Thread Jason Armstrong


The SSL_get_fd man page makes reference to two other functions,
SSL_get_rfd() and SSL_get_wfd(). However, there is no trace of
them in the source files. Do these functions still exist, or is
the man page erroneous?

Regards

Jason

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: SSL_get_rfd() SSL_get_wfd()

2001-07-19 Thread Lutz Jaenicke

On Thu, Jul 19, 2001 at 02:07:26PM +0200, Jason Armstrong wrote:
 The SSL_get_fd man page makes reference to two other functions,
 SSL_get_rfd() and SSL_get_wfd(). However, there is no trace of
 them in the source files. Do these functions still exist, or is
 the man page erroneous?

Yes and no :-)

When I wrote the manual page, I copied the sequence with SSL_set_rfd()
and SSL_set_wfd() to the corresponding get functions without actually
checking for their existance.
This has already been noted several days ago and was immediatly corrected
for the next release. At that time the functions will be there :-)

Best regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus   http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus  Fax. +49 355 69-4153
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]