Scott Mansell 950ca267bb De-memsetify Wii_SSL and fix segfault.
Fixes #7917
The first memset was clearing the delicate bits of the std::string
in the struct, causing segfaults.

I also removed the rest of the memsets because they were paranoid,
unneeded and waseful. We shouldn't be managing the ssl libraries
structs for it.
I checked and the ssl library's functions were already memsetting
those structs as needed.
2014-12-15 18:17:00 +13:00
..
2014-11-25 00:42:21 -05:00
2014-12-11 19:24:16 -05:00
2014-11-28 10:54:04 -08:00
2014-12-10 20:45:45 +11:00
2014-12-14 13:29:27 +01:00