mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:43:39 +03:00
ssh: move easy handle/connection protocol structs to meta
Closes #17273
This commit is contained in:
parent
5b420f6329
commit
09fed29460
7 changed files with 782 additions and 578 deletions
|
|
@ -41,6 +41,11 @@
|
|||
|
||||
#include "curl_path.h"
|
||||
|
||||
/* meta key for storing protocol meta at easy handle */
|
||||
#define CURL_META_SSH_EASY "meta:proto:ssh:easy"
|
||||
/* meta key for storing protocol meta at connection */
|
||||
#define CURL_META_SSH_CONN "meta:proto:ssh:conn"
|
||||
|
||||
/****************************************************************************
|
||||
* SSH unique setup
|
||||
***************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue