From d37b0936d1ab9319d7b684eb7d9fc447174429bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 May 2019 23:42:29 +0200 Subject: ssh: define USE_SSH if SSH is enabled (any backend) Closes #3846 --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 344cc472e..608b675df 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1454,7 +1454,7 @@ enum dupstring { STRING_RTSP_SESSION_ID, /* Session ID to use */ STRING_RTSP_STREAM_URI, /* Stream URI for this request */ STRING_RTSP_TRANSPORT, /* Transport for this session */ -#if defined(USE_LIBSSH2) || defined(USE_LIBSSH) +#ifdef USE_SSH STRING_SSH_PRIVATE_KEY, /* path to the private key file for auth */ STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ STRING_SSH_HOST_PUBLIC_KEY_MD5, /* md5 of host public key in ascii hex */ -- cgit v1.2.3