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"
|
||||
|
||||
// Symbols necessary to link with logger.o
|
||||
char *logfilename;
|
||||
char *connection_tree;
|
||||
char *send_request;
|
||||
char *send_meta;
|
||||
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; }
|
||||
|
||||
ecdsa_t mykey, hiskey;
|
||||
|
||||
|
|
Loading…
Reference in a new issue