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 5359 by yutakapon, Sun Aug 18 10:02:56 2013 UTC revision 5430 by yutakapon, Sat Nov 23 16:29:16 2013 UTC
# Line 61  static char FAR *ProtocolFamilyList[] = Line 61  static char FAR *ProtocolFamilyList[] =
61  #include <Lmcons.h>  #include <Lmcons.h>
62    
63  // include OpenSSL header file  // include OpenSSL header file
 #include <openssl/opensslv.h>  
64  #include <openssl/evp.h>  #include <openssl/evp.h>
65  #include <openssl/rsa.h>  #include <openssl/rsa.h>
66  #include <openssl/dsa.h>  #include <openssl/dsa.h>
# Line 2361  static void init_about_dlg(PTInstVar pva Line 2360  static void init_about_dlg(PTInstVar pva
2360    
2361          // OpenSSLのバージョンを設定する (2005.1.24 yutaka)          // OpenSSLのバージョンを設定する (2005.1.24 yutaka)
2362          // 条件文追加 (2005.5.11 yutaka)          // 条件文追加 (2005.5.11 yutaka)
2363  #ifdef OPENSSL_VERSION_TEXT          // OPENSSL_VERSION_TEXT マクロ定義ではなく、関数を使ってバージョンを取得する。(2013.11.24 yutaka)
2364          SendMessage(GetDlgItem(dlg, IDC_OPENSSL_VERSION), WM_SETTEXT, 0, (LPARAM)OPENSSL_VERSION_TEXT);          SendMessage(GetDlgItem(dlg, IDC_OPENSSL_VERSION), WM_SETTEXT, 0, (LPARAM)SSLeay_version(SSLEAY_VERSION));
 #else  
         SendMessage(GetDlgItem(dlg, IDC_OPENSSL_VERSION), WM_SETTEXT, 0, (LPARAM)"Unknown");  
 #endif  
2365    
2366          // zlibのバージョンを設定する (2005.5.11 yutaka)          // zlibのバージョンを設定する (2005.5.11 yutaka)
2367  #ifdef ZLIB_VERSION  #ifdef ZLIB_VERSION

Legend:
Removed from v.5359  
changed lines
  Added in v.5430

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