forked from premiere/premiere-libtorrent
fix build error caused by stupid openssl macro
This commit is contained in:
parent
8f1a811306
commit
864da49dd6
|
@ -64,6 +64,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
# include <eh.h>
|
||||
#endif
|
||||
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
// this is a nasty openssl macro
|
||||
#ifdef set_key
|
||||
#undef set_key
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
struct plugin;
|
||||
|
|
Loading…
Reference in New Issue