From 43fc7b251649ff90ff72994c097f8b1f7b8f0b48 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Aug 2015 09:54:09 +0000 Subject: fix for strange SSL API structure name git-svn-id: http://svn.miranda-ng.org/main/trunk@14905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_ssl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/m_ssl.h') diff --git a/include/m_ssl.h b/include/m_ssl.h index eb177b4ef2..744274621b 100644 --- a/include/m_ssl.h +++ b/include/m_ssl.h @@ -50,9 +50,6 @@ struct SSL_API pfnSfree sfree; }; -/* every protocol should declare this variable to use the SSL API */ -extern SSL_API si; - /* a service to obtain the SSL API @@ -64,7 +61,7 @@ returns TRUE if all is Ok, and FALSE otherwise #define MS_SYSTEM_GET_SI "Miranda/System/GetSslApi" -__forceinline INT_PTR mir_getSI(SSL_API* dest) +__forceinline INT_PTR mir_getSI(SSL_API *dest) { dest->cbSize = sizeof(*dest); return CallService(MS_SYSTEM_GET_SI, 0, (LPARAM)dest); -- cgit v1.2.3