mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-14 08:13:25 +02:00
dirmngr.c: Make http.c build without any TLS support.
* dirmngr/http.c (http_session_new): Remove used of tls_prority. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
81ea24b863
commit
e174893262
@ -767,11 +767,12 @@ http_session_new (http_session_t *r_session,
|
|||||||
goto leave;
|
goto leave;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else /*!HTTP_USE_GNUTLS*/
|
#else /*!HTTP_USE_GNUTLS && !HTTP_USE_NTBTLS*/
|
||||||
{
|
{
|
||||||
(void)tls_priority;
|
(void)intended_hostname;
|
||||||
|
(void)flags;
|
||||||
}
|
}
|
||||||
#endif /*!HTTP_USE_GNUTLS*/
|
#endif /*!HTTP_USE_GNUTLS && !HTTP_USE_NTBTLS*/
|
||||||
|
|
||||||
if (opt_debug > 1)
|
if (opt_debug > 1)
|
||||||
log_debug ("http.c:session_new: sess %p created\n", sess);
|
log_debug ("http.c:session_new: sess %p created\n", sess);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user