wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
370 stars 88 forks source link

Nucleus Patch #647

Closed ejohnstown closed 8 months ago

ejohnstown commented 8 months ago
  1. Nucleus builds changed the source file names to have a wolfssh_ prefix. Take that into account for misc.c.
  2. Change CleanPath to add a delimiter to the input string.
  3. Reorganize the WS_GETtime macros to clean up adding specific items for Nucleus.
  4. Add some typecasting on some sizeof.
  5. Some whitespace cleanup, and removing a redundant include.

(ZD: 14607, 16671, 16791, 17236)