X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=70ccda178b983cfd1a3788d46c06253ac867bb1b;hb=fb0cfccf7dc2240b576011edcf74fd5b058916cb;hp=f7e925284ba7e1dac7318ca531cbfeb2e88b2e7e;hpb=f02d3ed3e135b5326003e7f69f8331ff6a3cc219;p=tinc diff --git a/src/protocol_auth.c b/src/protocol_auth.c index f7e92528..70ccda17 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -27,7 +27,7 @@ #include #include -#include "avl_tree.h" +#include "splay_tree.h" #include "conf.h" #include "connection.h" #include "edge.h" @@ -483,7 +483,7 @@ bool send_ack(connection_t *c) { } static void send_everything(connection_t *c) { - avl_node_t *node, *node2; + splay_node_t *node, *node2; node_t *n; subnet_t *s; edge_t *e;