--- embedaddon/strongswan/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c 2020/06/03 09:46:45 1.1 +++ embedaddon/strongswan/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c 2021/03/17 00:20:09 1.1.1.2 @@ -877,7 +877,7 @@ static bool soap_init(private_tnc_ifmap_soap_t *this) /* open TLS socket */ this->tls = tls_socket_create(FALSE, server_id, client_id, this->fd, - NULL, TLS_1_2, FALSE); + NULL, TLS_UNSPEC, TLS_UNSPEC, 0); if (!this->tls) { DBG1(DBG_TNC, "creating TLS socket failed");