X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.c;h=533e0245b28cb9fa9ad9fbd0208fdb441da93c10;hb=e62fd508158749a0d55eae06c2e361df5d6da6e0;hp=16878ea8e784d47a3d371066c01ca009b825065f;hpb=8cb4dbb04af15e95e9a302670a4c6fd21e0ebfd6;p=tinc diff --git a/src/connection.c b/src/connection.c index 16878ea8..533e0245 100644 --- a/src/connection.c +++ b/src/connection.c @@ -58,7 +58,7 @@ connection_t *new_connection(void) { } #ifndef DISABLE_LEGACY -bool init_crypto_by_nid(legacy_crypto_t *c, int cipher, int digest) { +bool init_crypto_by_nid(legacy_crypto_t *c, nid_t cipher, nid_t digest) { if(!cipher_open_by_nid(&c->cipher, cipher)) { return false; }