8 * An internal function that takes care of running the "SSL slave" process. It
9 * is needed because the initial SSL handshake state may belong to a different
10 * process that the process running the FTP protocol.
12 * p_sess - the session object
14 void ssl_slave(struct vsf_session
* p_sess
);
16 #endif /* VSF_SSLSLAVE_H */