Use SPTPS when ExperimentalProtocol is enabled.
[tinc] / src / sptps_test.c
index 866159e..6ab7dac 100644 (file)
@@ -25,6 +25,7 @@
 #include "sptps.h"
 #include "utils.h"
 
+char *logfilename;
 ecdsa_t mykey, hiskey;
 
 static bool send_data(void *handle, const char *data, size_t len) {