Add missing brainpool.h.
[tinc] / src / net_setup.c
index 39fd1e5..b9c5df7 100644 (file)
@@ -38,6 +38,7 @@
 #include "protocol.h"
 #include "route.h"
 #include "rsa.h"
+#include "script.h"
 #include "subnet.h"
 #include "utils.h"
 #include "xalloc.h"
@@ -750,7 +751,6 @@ static bool setup_myself(void) {
 
        free(cipher);
 
-       send_key_changed();
        timeout_add(&keyexpire_timeout, keyexpire_handler, &keyexpire_timeout, &(struct timeval){keylifetime, rand() % 100000});
 
        /* Check if we want to use message authentication codes... */