Loading lib/socks_sspi.c +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ #include "setup.h" #ifdef USE_WINDOWS_SSPI #include <ntsecapi.h> #include <string.h> Loading @@ -45,6 +44,12 @@ /* The last #include file should be: */ #include "memdebug.h" /* * Definitions required from ntsecapi.h are directly provided below this point * to avoid including ntsecapi.h due to a conflict with OpenSSL's safestack.h */ #define KERB_WRAP_NO_ENCRYPT 0x80000001 /* * Helper sspi error functions. */ Loading Loading
lib/socks_sspi.c +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ #include "setup.h" #ifdef USE_WINDOWS_SSPI #include <ntsecapi.h> #include <string.h> Loading @@ -45,6 +44,12 @@ /* The last #include file should be: */ #include "memdebug.h" /* * Definitions required from ntsecapi.h are directly provided below this point * to avoid including ntsecapi.h due to a conflict with OpenSSL's safestack.h */ #define KERB_WRAP_NO_ENCRYPT 0x80000001 /* * Helper sspi error functions. */ Loading