eap: Use pen_t instead of uint32_t for vendor ID

This commit is contained in:
Tobias Brunner
2022-09-21 13:53:44 +02:00
parent 8f5ff23d6c
commit f6e6fcd2f6
29 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ METHOD(eap_method_t, process, status_t,
}
METHOD(eap_method_t, get_type, eap_type_t,
private_eap_tls_t *this, uint32_t *vendor)
private_eap_tls_t *this, pen_t *vendor)
{
*vendor = 0;
return EAP_TLS;