.Web\SSL: Cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@4052 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-10-18 18:37:23 +00:00
parent 237de387d2
commit bd932cd563
4 changed files with 3 additions and 4 deletions

1
uppsrc/Web/SSL/SSL.h Normal file
View file

@ -0,0 +1 @@
#include "WebSSL.h" // Just to make things uniform....

View file

@ -33,6 +33,7 @@ link(WIN32 DEBUG MSC71) /nodefaultlib:libc;
link(WIN32 MT MSC71) /nodefaultlib:libc;
file
SSL.h,
WebSSL.h,
util.cpp,
httpscli.cpp,

View file

@ -26,7 +26,6 @@ GLOBAL_VAR(SSLInitCls, SSLInit);
SSLInitCls::SSLInitCls()
{
RLOG("SSLInitCls");
Socket::Init();
MemoryIgnoreLeaksBlock __;
CRYPTO_set_mem_functions(SSLAlloc, SSLRealloc, SSLFree);
@ -37,8 +36,6 @@ SSLInitCls::SSLInitCls()
SSLInitCls::~SSLInitCls()
{
RLOG("~SSLInitCls");
CONF_modules_unload(1);
// destroy_ui_method();
EVP_cleanup();

View file

@ -1,7 +1,7 @@
#ifndef _Web_icpp_init_stub
#define _Web_icpp_init_stub
#include "Core/init"
#define BLITZ_INDEX__ FD64686542F64128888522171727B4F79
#define BLITZ_INDEX__ FA92DBD526633AD7AAEAF19E571AEF34F
#include "Web_init.icpp"
#undef BLITZ_INDEX__
#endif