Make sure sptps_test compiles without -flto.
This commit is contained in:
parent
b381acd60d
commit
0b0949e5bb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue