tnccs-dynamic: Remove unused plugin

With only TNCCS-2.0 supported, there is no need for this plugin.
This commit is contained in:
Tobias Brunner
2026-07-27 08:09:39 +02:00
parent ec2a501d8e
commit 2f9b52bd1b
11 changed files with 2 additions and 512 deletions
-8
View File
@@ -291,14 +291,6 @@ static eap_tnc_t *eap_tnc_create(identification_t *server,
{
tnccs_type = TNCCS_2_0;
}
else if (strcaseeq(protocol, "tnccs-1.1"))
{
tnccs_type = TNCCS_1_1;
}
else if (strcaseeq(protocol, "tnccs-dynamic") && is_server)
{
tnccs_type = TNCCS_DYNAMIC;
}
else
{
DBG1(DBG_TNC, "TNCCS protocol '%s' not supported", protocol);