Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2916 by maya, Sat Oct 21 13:32:37 2006 UTC revision 2921 by yutakapon, Sun Oct 29 16:45:38 2006 UTC
# Line 38  See LICENSE.TXT for the license. Line 38  See LICENSE.TXT for the license.
38  #include <openssl/evp.h>  #include <openssl/evp.h>
39    
40    
41    #define DEBUG_PRINT_TO_FILE(base, msg, len) { \
42            static int count = 0; \
43            debug_print(count + base, msg, len); \
44            count++; \
45    }
46    
47    
48  // yutaka  // yutaka
49  #define SSH2_USE  #define SSH2_USE
50    

Legend:
Removed from v.2916  
changed lines
  Added in v.2921

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