I am working on a server running on HPUX.  The server is invoked by inetd.  Can I use the fileno(stdin) in SSL_set_fd(ssl, fileno(stdin))?  Where ssl is the SSL structure.  Anybody has experiences in this?  My server works fine with sockets opened in itself, but having problem when the inetd start the process. 
 
Thanks.
 
 
Lin Geng

Reply via email to