Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
int lftp_ssl_openssl::do_handshake()
{
if(SSL_is_init_finished(ssl))
if(handshake_done)
return DONE;
if(handshake_mode==SERVER)
return ERROR;
}
handshake_done=true;
int lftp_ssl_openssl::read(char *buf,int size)