]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: only set the memory callbacks when debugging
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Mar 2023 14:58:02 +0000 (15:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Mar 2023 07:01:47 +0000 (08:01 +0100)
commit8b5f100db388ee60118c08aa28dd6514f0d4dbaf
tree3967f8c1b4edda31fb527bfc327316d62d69ccee
parent56f306a5a6bbbb6fdb4a1e23f0895bf34307ea2f
libssh2: only set the memory callbacks when debugging

This makes us debug libssh2 less and libcurl more when for example
running torture tests that otherwise will spend a lot of time in libssh2
functions.

We leave libssh2 to test libssh2.

Closes #10721
lib/vssh/libssh2.c