]> git.meshlink.io Git - meshlink/blobdiff - src/connection.c
Ensure all SPTPS functions are prefixed with sptps_.
[meshlink] / src / connection.c
index b61609ad16010543f0c520ac0264a44e371f5eec..ee44e539acabadccf7a5818519a593eaec0b5495 100644 (file)
@@ -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);