Kodi Community Forum
Why remove OpenSSL? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Why remove OpenSSL? (/showthread.php?tid=68149)



Why remove OpenSSL? - ppnext - 2010-01-22

The latest svn fails to compile

1>------ Build started: Project: XBMC, Configuration: Debug (DirectX) Win32 ------
1>Compiling...
1>Application.cpp
1>d:\xbmc_dev\xbmc\utils\md5.h(25) : fatal error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory
1>AdvancedSettings.cpp
1>d:\xbmc_dev\xbmc\utils\md5.h(25) : fatal error C1083: Cannot open include file: 'openssl/evp.h': No such file or directory


- ppnext - 2010-01-22

According to the following change log:

http://xbmc.svn.sourceforge.net/viewvc/xbmc/trunk/xbmc/utils/md5.h?limit_changes=0&r1=23100&r2=27060&pathrev=27060

it seems that the problem is: openssl library is not added to trunk.


- althekiller - 2010-01-22

We didn't remove openssl, we add a new md5 class (for licensing reasons) which uses it. A branch was merged last night, give us a day or two to settle things.