sslslave.h
来自「文件传输协议linux 下vsftpd2.1.0.tar.gz」· C头文件 代码 · 共 18 行
H
18 行
#ifndef VSF_SSLSLAVE_H#define VSF_SSLSLAVE_Hstruct vsf_session;/* ssl_slave() * PURPOSE * An internal function that takes care of running the "SSL slave" process. It * is needed because the initial SSL handshake state may belong to a different * process that the process running the FTP protocol. * PARAMETERS * p_sess - the session object */void ssl_slave(struct vsf_session* p_sess);#endif /* VSF_SSLSLAVE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?