]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
CSD XML tag and nostub are entirely protocol-specific and used in only one place
authorDaniel Lenski <dlenski@gmail.com>
Mon, 4 May 2020 04:12:12 +0000 (21:12 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Tue, 8 Dec 2020 22:47:40 +0000 (14:47 -0800)
commit0c53ca91199dc0f223ef7dc784c8fd630172b9c9
tree16d06cead5049f4450bf4aba6e463d4965375bb6
parent734103200c2ae50c3ca9f619806f9edd7f4d8f1f
CSD XML tag and nostub are entirely protocol-specific and used in only one place

This patch replaces them with inline functions (modeled after gpst_os_name),
instead of storing them in the global `struct openconnect_info` object.

TODO: further clarify, separate, and consolidate protocol-specific data in
`struct openconnect_info`.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
auth.c
library.c
openconnect-internal.h