Use minor protocol version to determine whether to use ECDH key exchange between...
[tinc] / src / info.c
index df5d11d..eb0d395 100644 (file)
@@ -104,8 +104,6 @@ static int info_node(int fd, const char *item) {
                printf(" reachable");
        if(status.indirect)
                printf(" indirect");
-       if(status.ecdh)
-               printf(" ecdh");
        printf("\n");
        printf("Options:     ");
        if(options & OPTION_INDIRECT)