diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-26 11:14:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-26 11:14:35 +0000 |
commit | 18da88d69232b5c13cb2eb7ae4e690e58d239f31 (patch) | |
tree | 6f8b23d32d53044c9ffd2ce2d62e87668ac1ef89 /plugins/OpenSSL/src/stdafx.h | |
parent | 4de481d21875be49d114de8cb83fa12e02685b86 (diff) |
- warning fixes;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14719 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/src/stdafx.h')
-rw-r--r-- | plugins/OpenSSL/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index 99b3c76c9a..827c7e090a 100644 --- a/plugins/OpenSSL/src/stdafx.h +++ b/plugins/OpenSSL/src/stdafx.h @@ -65,6 +65,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h" +#define HSSL_DEFINED +typedef struct SslHandle *HSSL; + #include "m_ssl.h" #include "m_netlib.h" |