-
Notifications
You must be signed in to change notification settings - Fork 53
Description
| domain_name
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1099:11: error: expected ';' before 'san_str'
1099 | string san_str((const char*)san->buf.p, san->buf.len);
| ^~~~~~~~
| ;
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1100:15: error: 'san_str' was not declared in this scope
1100 | transform(san_str.begin(), san_str.end(), san_str.begin(), ::tolower);
| ^~~~~~~
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1117:13: error: expected ';' before 'common_name_str'
1117 | string common_name_str((const char*)common_name->val.p, common_name->val.len);
| ^~~~~~~~~~~~~~~~
| ;
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1119:22: error: 'common_name_str' was not declared in this scope; did you mean 'common_name'?
1119 | if (match_name(common_name_str, domain_name_str)) {
| ^~~~~~~~~~~~~~~
| common_name