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 10528 by zmatsuo, Sat Jan 21 17:41:45 2023 UTC revision 10529 by zmatsuo, Sat Jan 21 17:41:55 2023 UTC
# Line 32  typedef unsigned char u_char; Line 32  typedef unsigned char u_char;
32    
33  #include "ssherr.h"  #include "ssherr.h"
34    
35    #include "cipher-3des1.h"
36    
37  /*  /*
38   * This is used by SSH1:   * This is used by SSH1:
39   *   *
# Line 51  struct ssh1_3des_ctx Line 53  struct ssh1_3des_ctx
53          EVP_CIPHER_CTX  *k1, *k2, *k3;          EVP_CIPHER_CTX  *k1, *k2, *k3;
54  };  };
55    
 const EVP_CIPHER * evp_ssh1_3des(void);  
   
56  static int ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, int enc)  static int ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, int enc)
57  {  {
58          struct ssh1_3des_ctx *c;          struct ssh1_3des_ctx *c;

Legend:
Removed from v.10528  
changed lines
  Added in v.10529

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