Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/cipher-3des1.c

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

revision 9692 by nmaya, Sun Jan 16 15:16:19 2022 UTC revision 10125 by zmatsuo, Fri Aug 5 16:18:01 2022 UTC
# Line 93  static int ssh1_3des_init(EVP_CIPHER_CTX Line 93  static int ssh1_3des_init(EVP_CIPHER_CTX
93          return 1;          return 1;
94  }  }
95    
96  static int ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, u_int len)  static int ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, size_t len)
97  {  {
98          struct ssh1_3des_ctx *c;          struct ssh1_3des_ctx *c;
99    

Legend:
Removed from v.9692  
changed lines
  Added in v.10125

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