Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

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

revision 7649 by zmatsuo, Mon May 6 13:42:01 2019 UTC revision 7679 by zmatsuo, Tue May 14 13:09:09 2019 UTC
# Line 5444  static void SSH2_dh_gex_kex_init(PTInstV Line 5444  static void SSH2_dh_gex_kex_init(PTInstV
5444          else if (pvar->settings.GexMinimalGroupSize > GEX_GRP_LIMIT_MAX) {          else if (pvar->settings.GexMinimalGroupSize > GEX_GRP_LIMIT_MAX) {
5445                  min = GEX_GRP_LIMIT_MAX;                  min = GEX_GRP_LIMIT_MAX;
5446                  logprintf(LOG_LEVEL_NOTICE,                  logprintf(LOG_LEVEL_NOTICE,
5447                          "%s: small GexMinimalGroupSize is too larse (%d), use maximum limit (%d)", __FUNCTION__,                          "%s: small GexMinimalGroupSize is too large (%d), use maximum limit (%d)", __FUNCTION__,
5448                          pvar->settings.GexMinimalGroupSize, GEX_GRP_LIMIT_MAX);                          pvar->settings.GexMinimalGroupSize, GEX_GRP_LIMIT_MAX);
5449          }          }
5450          else {          else {

Legend:
Removed from v.7649  
changed lines
  Added in v.7679

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