X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=d9340fdb8c5efade2cc56dff7889299b0de725e7;hb=bcac314fe2d758e85335d499dbb4300bfa8a599e;hp=b23e02b75c54564e9223c60360c6d071cea2a944;hpb=0c443c53163e97ebe9897984a4a2a5c5c620b4cc;p=tinc diff --git a/src/connection.h b/src/connection.h index b23e02b7..d9340fdb 100644 --- a/src/connection.h +++ b/src/connection.h @@ -78,10 +78,10 @@ typedef struct connection_t { #ifndef DISABLE_LEGACY rsa_t *rsa; /* his public RSA key */ - cipher_t *incipher; /* Cipher he will use to send data to us */ - cipher_t *outcipher; /* Cipher we will use to send data to him */ - digest_t *indigest; - digest_t *outdigest; + cipher_t incipher; /* Cipher he will use to send data to us */ + cipher_t outcipher; /* Cipher we will use to send data to him */ + digest_t indigest; + digest_t outdigest; uint64_t inbudget; uint64_t outbudget; #endif