mirror of https://github.com/wolfSSL/wolfssh.git
1. Rename the type struct Buffer as struct WOLFSSH_BUFFER. 2. Rename the function Receive() as ReceiveData(). 3. Fix unused variable value. 4. Rename the I/O callback functions LastError() as wsErrno() and TranslateReturnCode() as wsReturnCode(). LastError was conflicting with something, and TRC was just long. 5. The logFunction callback pointer isn't used in non-debug builds, and the compiler reported as such. Reference the variable to hush the warning. |
||
---|---|---|
.. | ||
agent.c | ||
certman.c | ||
include.am | ||
internal.c | ||
io.c | ||
keygen.c | ||
log.c | ||
misc.c | ||
port.c | ||
ssh.c | ||
wolfscp.c | ||
wolfsftp.c | ||
wolfterm.c |