Ensure sptps_test compiles with -flto.

This commit is contained in:
Guus Sliepen 2012-09-13 21:35:29 +02:00
parent 90f1cba1fd
commit 2dc8deb104

View file

@ -25,10 +25,9 @@
#include "utils.h" #include "utils.h"
// Symbols necessary to link with logger.o // Symbols necessary to link with logger.o
char *logfilename; bool send_request(void *c, const char *msg, ...) { return false; }
char *connection_tree; struct splay_tree_t *connection_tree = NULL;
char *send_request; bool send_meta(void *c, const char *msg , int len) { return false; }
char *send_meta;
ecdsa_t mykey, hiskey; ecdsa_t mykey, hiskey;