ycdev1
Results
1
issues of
ycdev1
Currently `wolfSSL_UseALPN` takes `char*` argument which suggests that it mutates the data it receives while it just copies the data to a temporary allocated buffer so it should take `const...
enhancement