X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.c;h=ee44e539acabadccf7a5818519a593eaec0b5495;hb=84570275acd84628586a6ca591a283d074ca10f0;hp=b61609ad16010543f0c520ac0264a44e371f5eec;hpb=8b1ad6f76f821648079818f6ff018bbc33b9d9e9;p=tinc diff --git a/src/connection.c b/src/connection.c index b61609ad..ee44e539 100644 --- a/src/connection.c +++ b/src/connection.c @@ -69,7 +69,7 @@ void free_connection(connection_t *c) { cipher_close(&c->outcipher); digest_close(&c->outdigest); - stop_sptps(&c->sptps); + sptps_stop(&c->sptps); ecdsa_free(&c->ecdsa); rsa_free(&c->rsa);