]> granicus.if.org Git - curl/commit
setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh
authorFelix Hädicke <felixhaedicke@web.de>
Wed, 23 Jan 2019 22:10:39 +0000 (23:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Jan 2019 08:09:45 +0000 (09:09 +0100)
commit3cbf731d9ec7146f9f1a6ac0fbd9af7fe358f5bb
tree0f21f2280a6315636eea31638f394b4d33aa6339
parent15c94b310bf9e0c92d71fca5a88eb67a1e2548a6
setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh

CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION are supported for
libssh as well. So accepting these options only when compiling with
libssh2 is wrong here.

Fixes #3493
Closes #3494
lib/setopt.c