Raise default crypto algorithms to AES256 and SHA256.
[tinc] / src / connection.h
index 87988db..8948d4f 100644 (file)
@@ -59,7 +59,7 @@ typedef struct connection_t {
 
        int socket;                                     /* socket used for this connection */
        long int options;                       /* options for this connection */
-       struct connection_status_t status;      /* status info */
+       connection_status_t status;     /* status info */
        int estimated_weight;           /* estimation for the weight of the edge for this connection */
        struct timeval start;           /* time this connection was started, used for above estimation */
        struct outgoing_t *outgoing;    /* used to keep track of outgoing connections */