Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 8301 by zmatsuo, Mon Oct 14 16:12:57 2019 UTC revision 8391 by zmatsuo, Thu Nov 21 15:00:01 2019 UTC
# Line 39  Line 39 
39  #include <stdlib.h>  #include <stdlib.h>
40  #include <errno.h>  #include <errno.h>
41  #include <lmcons.h>             // for UNLEN  #include <lmcons.h>             // for UNLEN
42    #if !defined(_CRTDBG_MAP_ALLOC)
43    #define _CRTDBG_MAP_ALLOC
44    #endif
45    #include <stdlib.h>
46  #include <crtdbg.h>  #include <crtdbg.h>
47    
48  #include "resource.h"  #include "resource.h"
# Line 48  Line 52 
52  #include "auth.h"  #include "auth.h"
53  #include "helpid.h"  #include "helpid.h"
54    
 #if defined(_DEBUG) && !defined(_CRTDBG_MAP_ALLOC)  
 #define malloc(l) _malloc_dbg((l), _NORMAL_BLOCK, __FILE__, __LINE__)  
 #define free(p)   _free_dbg((p), _NORMAL_BLOCK)  
 #endif  
   
55  #define AUTH_START_USER_AUTH_ON_ERROR_END 1  #define AUTH_START_USER_AUTH_ON_ERROR_END 1
56    
57  #define MAX_AUTH_CONTROL IDC_SSHUSEPAGEANT  #define MAX_AUTH_CONTROL IDC_SSHUSEPAGEANT

Legend:
Removed from v.8301  
changed lines
  Added in v.8391

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