ssh: move easy handle/connection protocol structs to meta

Closes #17273
This commit is contained in:
Stefan Eissing 2025-05-07 13:45:41 +02:00 committed by Daniel Stenberg
parent 5b420f6329
commit 09fed29460
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 782 additions and 578 deletions

View file

@ -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
***************************************************************************/