wolfssh/src
John Safranek 2cbbdfb798
Fixing name conflicts with the RTOS Integrity
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.
2022-10-20 14:53:01 -07:00
..
agent.c
certman.c sanity check on number of certs in chain 2022-09-07 09:41:07 -07:00
include.am
internal.c Fixing name conflicts with the RTOS Integrity 2022-10-20 14:53:01 -07:00
io.c Fixing name conflicts with the RTOS Integrity 2022-10-20 14:53:01 -07:00
keygen.c
log.c Fixing name conflicts with the RTOS Integrity 2022-10-20 14:53:01 -07:00
misc.c
port.c SFTP List 2022-09-20 11:53:56 -07:00
ssh.c Fixing name conflicts with the RTOS Integrity 2022-10-20 14:53:01 -07:00
wolfscp.c
wolfsftp.c SFTP List 2022-09-23 16:25:51 -07:00
wolfterm.c