X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps_test.c;h=7af8522e136a3d5406a7599c94cb4e3cc76e5797;hb=0b0949e5bb63f9545feb4714812e2aa2112fb092;hp=952250a78002c9ed1fe062c9773e4e4b82e7034b;hpb=6dfdb323612184529b4b83c1be914dda8262de47;p=tinc diff --git a/src/sptps_test.c b/src/sptps_test.c index 952250a7..7af8522e 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -28,6 +28,7 @@ bool send_request(void *c, const char *msg, ...) { return false; } struct splay_tree_t *connection_tree = NULL; bool send_meta(void *c, const char *msg , int len) { return false; } +char *logfilename = NULL; ecdsa_t mykey, hiskey;