Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

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

revision 8316 by yutakapon, Wed Oct 16 13:19:25 2019 UTC revision 8527 by zmatsuo, Wed Feb 5 15:25:00 2020 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 1998-2001, Robert O'Callahan   * Copyright (c) 1998-2001, Robert O'Callahan
3   * (C) 2004-2019 TeraTerm Project   * (C) 2004-2020 TeraTerm Project
4   * All rights reserved.   * All rights reserved.
5   *   *
6   * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
# Line 268  typedef struct _TInstVar { Line 268  typedef struct _TInstVar {
268          buffer_t *peer_kex;          buffer_t *peer_kex;
269          kex_algorithm kex_type; // KEX algorithm          kex_algorithm kex_type; // KEX algorithm
270          ssh_keytype hostkey_type;          ssh_keytype hostkey_type;
271          SSH2Cipher *ciphers[MODE_MAX];          const SSH2Cipher *ciphers[MODE_MAX];
272          SSH2Mac *macs[MODE_MAX];          const SSH2Mac *macs[MODE_MAX];
273          compression_type ctos_compression;          compression_type ctos_compression;
274          compression_type stoc_compression;          compression_type stoc_compression;
275          int we_need;          int we_need;

Legend:
Removed from v.8316  
changed lines
  Added in v.8527

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