Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 4321 by maya, Sat Feb 19 07:41:41 2011 UTC revision 4323 by maya, Sat Feb 19 08:11:10 2011 UTC
# Line 82  static void init_hostkey(Key *key) Line 82  static void init_hostkey(Key *key)
82                  RSA_free(key->rsa);                  RSA_free(key->rsa);
83                  key->rsa = NULL;                  key->rsa = NULL;
84          }          }
85            if (key->ecdsa != NULL) {
86                    EC_KEY_free(key->ecdsa);
87                    key->ecdsa = NULL;
88            }
89  }  }
90    
91    

Legend:
Removed from v.4321  
changed lines
  Added in v.4323

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