Skip to content

CSD XML tag and nostub are entirely protocol-specific and used in only one place

Factored this commit out from !151; I envision renaming and reorganizing a lot of protocol-specific code there, and it will be considerably bigger and more complicated.

These fields are simple lookups which are entirely specific to one protocol (Cisco AnyConnect), and can be removed from the global struct openconnect_info state object and into the Cisco-specific source files without make anything else more complicated.

Merge request reports