Build fix Linux
This commit is contained in:
@@ -1444,10 +1444,11 @@ CurlMultiHandle::~CurlMultiHandle()
|
|||||||
|
|
||||||
} // namespace AICurlPrivate
|
} // namespace AICurlPrivate
|
||||||
|
|
||||||
|
#if LL_LINUX
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
// Keep linker happy.
|
// Keep linker happy.
|
||||||
SSL_METHOD *SSLv2_client_method(void)
|
const SSL_METHOD *SSLv2_client_method(void)
|
||||||
{
|
{
|
||||||
// Never used.
|
// Never used.
|
||||||
llassert_always(false);
|
llassert_always(false);
|
||||||
@@ -1455,4 +1456,5 @@ SSL_METHOD *SSLv2_client_method(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user