Temporarily revert to old crypto code
[tinc] / src / protocol_auth.c
index 31dae67..49dfd28 100644 (file)
@@ -43,6 +43,8 @@
 bool send_id(connection_t *c) {
        cp();
 
+       gettimeofday(&c->start, NULL);
+
        return send_request(c, "%d %s %d", ID, myself->connection->name,
                                                myself->connection->protocol_version);
 }