Home
last modified time | relevance | path

Searched defs:http_cert (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dhttp-utils.h29 struct http_cert { struct
30 char **dnsname;
31 unsigned int num_dnsname;
32 struct http_othername *othername;
33 unsigned int num_othername;
34 struct http_logo *logo;
58 int (*cb)(void *ctx, struct http_cert *cert), argument