mirror of https://github.com/wolfSSL/wolfssh.git
1. Add a wrapper to the key-gen code that checks for wolfCrypt's keygen flag and errors if keygen isn't available. 2. The main loops around wolfSSH_stream_read() for the example client and server needed to check the error register for WANT_READ or WANT_WRITE, not the return code. |
||
---|---|---|
.. | ||
client.c | ||
client.h | ||
include.am |