Commit 7e22d633 authored by Ben Greear's avatar Ben Greear Committed by Daniel Stenberg
Browse files

Fix compile warnings in ssh.c



strlen() returns size_t, but ssh libraries are wanting 'unsigned int'.  Add
explicit casts and use _ex versions of the ssh library calls.

Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
parent 3ec75430
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment