sslslave.h
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

C/C++

  1. #ifndef VSF_SSLSLAVE_H
  2. #define VSF_SSLSLAVE_H
  3. struct vsf_session;
  4. /* ssl_slave()
  5.  * PURPOSE
  6.  * An internal function that takes care of running the "SSL slave" process. It
  7.  * is needed because the initial SSL handshake state may belong to a different
  8.  * process that the process running the FTP protocol.
  9.  * PARAMETERS
  10.  * p_sess       - the session object
  11.  */
  12. void ssl_slave(struct vsf_session* p_sess);
  13. #endif /* VSF_SSLSLAVE_H */