|
@@ -17,11 +17,6 @@
|
|
|
#include <ne_redirect.h>
|
|
|
#include <ne_xmlreq.h>
|
|
|
#include <ne_locks.h>
|
|
|
-// ne_sspi.h is not a public interface, so it is not ready to be included from C++
|
|
|
-#define HAVE_SSPI
|
|
|
-NE_BEGIN_DECLS
|
|
|
-#include <ne_sspi.h>
|
|
|
-NE_END_DECLS
|
|
|
#include <expat.h>
|
|
|
|
|
|
#include "WebDAVFileSystem.h"
|
|
@@ -127,7 +122,7 @@ void __fastcall RequireNeon(TTerminal * Terminal)
|
|
|
// sspi: QuerySecurityPackageInfo [failed] [80090305].
|
|
|
// sspi: Unable to get negotiate maximum packet size
|
|
|
// This takes about second, when debugging, that's why it is postponed until the first connection.
|
|
|
- if (ne_sspi_init() < 0)
|
|
|
+ if (ne_sock_sspi_init() < 0)
|
|
|
{
|
|
|
NeonSspiInitialized = 0;
|
|
|
}
|