Skip to content

Commit

Permalink
Merge pull request #895 from openvehicles/revert-891-compatibility-re…
Browse files Browse the repository at this point in the history
…cent-wolfssh

Revert "compatibility with WolfSSH >= 1.4.12"
  • Loading branch information
dexterbg committed May 4, 2023
2 parents a97ad7b + 7b1c932 commit be52e30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vehicle/OVMS.V3/components/console_ssh/src/console_ssh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,9 +1180,6 @@ 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 be52e30

Please sign in to comment.