Skip to content

Commit

Permalink
Merge pull request #891 from llange/compatibility-recent-wolfssh
Browse files Browse the repository at this point in the history
compatibility with WolfSSH >= 1.4.12
  • Loading branch information
dexterbg committed May 4, 2023
2 parents 62f40d7 + ca42158 commit aad163d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vehicle/OVMS.V3/components/console_ssh/src/console_ssh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@ static void wolfssh_logger(enum wolfSSH_LogLevel level, const char* const msg)
case WS_LOG_SFTP:
case WS_LOG_USER:
case WS_LOG_ERROR:
#if LIBWOLFSSH_VERSION_HEX >= 0x01004012
case WS_LOG_CERTMAN:
#endif
ESP_LOGE(wolfssh_tag, "%s", msg);
break;

Expand Down

0 comments on commit aad163d

Please sign in to comment.