diff --git a/encryption/msgfmt.pyc b/encryption/msgfmt.pyc index d0af62c04..d22814856 100644 Binary files a/encryption/msgfmt.pyc and b/encryption/msgfmt.pyc differ diff --git a/encryption/setup.py b/encryption/setup.py index bdcdfcb63..00a148bc0 100644 --- a/encryption/setup.py +++ b/encryption/setup.py @@ -124,11 +124,11 @@ else: # Ubuntu possible. if boosttype == "nomt": librariestype = ['boost_filesystem', 'boost_date_time', - 'boost_thread', 'z', 'pthread'] + 'boost_thread', 'z', 'pthread', 'ssl'] print 'Libraries nomt' elif boosttype == "mt": librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', - 'boost_thread-mt', 'z', 'pthread'] + 'boost_thread-mt', 'z', 'pthread', 'ssl'] print 'Libraries mt' deluge_core = Extension('deluge_core', diff --git a/encryption/src/deluge_core.cpp b/encryption/src/deluge_core.cpp index ff1cd7390..6bf8606a1 100644 --- a/encryption/src/deluge_core.cpp +++ b/encryption/src/deluge_core.cpp @@ -46,11 +46,6 @@ #include "libtorrent/extensions/metadata_transfer.hpp" #include "libtorrent/extensions/ut_pex.hpp" -extern "C" -{ -#include "openssl/sha.h" -#include "openssl/bn.h" -} using namespace boost::filesystem; using namespace libtorrent;