merged fix from RC_0_16

This commit is contained in:
Arvid Norberg 2013-07-28 17:50:36 +00:00
parent beae6cece0
commit 7143a5dda1
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ namespace libtorrent
#else
std::string ssl_cert() const
{
if (m_info_dict.type() != lazy_entry::dict_t) return "";
return m_info_dict.dict_find_string_value("ssl-cert");
}
#endif