Ensure sptps_test compiles with -flto.
This commit is contained in:
parent
90f1cba1fd
commit
2dc8deb104
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue