From 0b0949e5bb63f9545feb4714812e2aa2112fb092 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 1 Oct 2012 10:36:23 +0200 Subject: [PATCH] Make sure sptps_test compiles without -flto. --- src/sptps_test.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1