diff --git a/src/session_impl.cpp b/src/session_impl.cpp index f70cc6f7a..54ef32b0b 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -900,9 +900,6 @@ namespace aux { PRINT_OFFSETOF(torrent_info, m_piece_hashes) PRINT_OFFSETOF(torrent_info, m_comment) PRINT_OFFSETOF(torrent_info, m_created_by) -#ifdef TORRENT_USE_OPENSSL - PRINT_OFFSETOF(torrent_info, m_ssl_root_cert) -#endif PRINT_OFFSETOF(torrent_info, m_info_dict) PRINT_OFFSETOF(torrent_info, m_creation_date) PRINT_OFFSETOF(torrent_info, m_info_hash)