diff --git a/uppsrc/Web/SSL/SSL.h b/uppsrc/Web/SSL/SSL.h new file mode 100644 index 000000000..a39e52571 --- /dev/null +++ b/uppsrc/Web/SSL/SSL.h @@ -0,0 +1 @@ +#include "WebSSL.h" // Just to make things uniform.... \ No newline at end of file diff --git a/uppsrc/Web/SSL/SSL.upp b/uppsrc/Web/SSL/SSL.upp index 253978ed6..e99d9223a 100644 --- a/uppsrc/Web/SSL/SSL.upp +++ b/uppsrc/Web/SSL/SSL.upp @@ -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, diff --git a/uppsrc/Web/SSL/util.cpp b/uppsrc/Web/SSL/util.cpp index 2357a7cad..092686d6d 100644 --- a/uppsrc/Web/SSL/util.cpp +++ b/uppsrc/Web/SSL/util.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(); diff --git a/uppsrc/Web/init b/uppsrc/Web/init index c353011bd..d9daf1e48 100644 --- a/uppsrc/Web/init +++ b/uppsrc/Web/init @@ -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