mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 06:12:59 -06:00
.Web\SSL: Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4052 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
237de387d2
commit
bd932cd563
4 changed files with 3 additions and 4 deletions
1
uppsrc/Web/SSL/SSL.h
Normal file
1
uppsrc/Web/SSL/SSL.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include "WebSSL.h" // Just to make things uniform....
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue