Skip to content

getting compilation error with the example https_post_sim7600  #99

@Manojkumar0308

Description

@Manojkumar0308
  |             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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions