Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 7016 by doda, Tue Jan 9 14:21:29 2018 UTC revision 7048 by doda, Wed Feb 21 03:02:02 2018 UTC
# Line 542  static void read_ssh_options(PTInstVar p Line 542  static void read_ssh_options(PTInstVar p
542    
543          settings->GexMinimalGroupSize = GetPrivateProfileInt("TTSSH", "GexMinimalGroupSize", 0, fileName);          settings->GexMinimalGroupSize = GetPrivateProfileInt("TTSSH", "GexMinimalGroupSize", 0, fileName);
544    
545            settings->AuthBanner = GetPrivateProfileInt("TTSSH", "AuthBanner", 1, fileName);
546    
547          clear_local_settings(pvar);          clear_local_settings(pvar);
548  }  }
549    
# Line 665  static void write_ssh_options(PTInstVar Line 667  static void write_ssh_options(PTInstVar
667    
668          _itoa_s(settings->GexMinimalGroupSize, buf, sizeof(buf), 10);          _itoa_s(settings->GexMinimalGroupSize, buf, sizeof(buf), 10);
669          WritePrivateProfileString("TTSSH", "GexMinimalGroupSize", buf, fileName);          WritePrivateProfileString("TTSSH", "GexMinimalGroupSize", buf, fileName);
670    
671            _itoa_s(settings->AuthBanner, buf, sizeof(buf), 10);
672            WritePrivateProfileString("TTSSH", "AuthBanner", buf, fileName);
673  }  }
674    
675    

Legend:
Removed from v.7016  
changed lines
  Added in v.7048

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