Use PATHEXT when checking for the presence of scripts on Windows.
[tinc] / src / protocol_auth.c
index f309a40..147c3b4 100644 (file)
@@ -38,9 +38,9 @@
 #include "netutl.h"
 #include "node.h"
 #include "prf.h"
-#include "process.h"
 #include "protocol.h"
 #include "rsa.h"
+#include "script.h"
 #include "sptps.h"
 #include "utils.h"
 #include "xalloc.h"