Open redbaron opened 2 weeks ago
Detect 'isascii' at configuration stage
Previously platforms without isascii had to manually indicate it's absence with NO_STDLIB_ISASCII define.
NO_STDLIB_ISASCII
It is trivial to detect function availability, so do that.
Built on platform with no isascii available
isascii
Can one of the admins verify this patch?
@redbaron is approved as a wolfSSL contributor
Description
Detect 'isascii' at configuration stage
Previously platforms without isascii had to manually indicate it's absence with
NO_STDLIB_ISASCII
define.It is trivial to detect function availability, so do that.
Testing
Built on platform with no
isascii
availableChecklist