Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ed25519_ge25519.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4926 by yutakapon, Thu May 3 13:09:23 2012 UTC revision 4928 by yutakapon, Thu May 3 14:39:47 2012 UTC
# Line 99  OF SUCH DAMAGE. Line 99  OF SUCH DAMAGE.
99  #define SSH2_FX_OP_UNSUPPORTED          8  #define SSH2_FX_OP_UNSUPPORTED          8
100  #define SSH2_FX_MAX                     8  #define SSH2_FX_MAX                     8
101    
102    /* Maximum packet that we are willing to send/accept */
103    #define SFTP_MAX_MSG_LENGTH     (256 * 1024)
104    
105  void sftp_do_init(PTInstVar pvar, Channel_t *c);  void sftp_do_init(PTInstVar pvar, Channel_t *c);
106  void sftp_response(PTInstVar pvar, Channel_t *c, unsigned char *data, unsigned int buflen);  void sftp_response(PTInstVar pvar, Channel_t *c, unsigned char *data, unsigned int buflen);

Legend:
Removed from v.4926  
changed lines
  Added in v.4928

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26