curl-curl/lib/vssh
Viktor Szakats 1dd361cde8
libssh2: show crypto backend in the verbose connect log
With libssh2 1.11.0 or newer.

Different crypto backends may offer different features, e.g. in the keys
and algos they support.

Examples:
```
*   Trying 127.0.0.1:22...
* Connected to localhost (127.0.0.1) port 22
* libssh2 crypto backend: openssl compatible
[or]
* libssh2 crypto backend: WinCNG
```

Also fix indentation and drop redundant curly braces.

Closes #16790
2025-03-31 22:49:18 +02:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
curl_path.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
curl_path.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh2.c libssh2: show crypto backend in the verbose connect log 2025-03-31 22:49:18 +02:00
libssh.c dynbuf: assert init on free 2025-03-24 09:53:40 +01:00
ssh.h dynbuf: assert init on free 2025-03-24 09:53:40 +01:00
wolfssh.c wolfssh: fix freeing of resources in disconnect 2025-03-11 14:56:38 +01:00