Blacklist the ssl library too

This commit is contained in:
Henrik Rydgard 2013-02-04 00:54:50 +01:00
parent a54fb0e55d
commit 7ea1926aa7

View File

@ -75,6 +75,7 @@ static const char *blacklistedModules[] = {
"sceNetInet_Library", "sceNetInet_Library",
"sceNetResolver_Library", "sceNetResolver_Library",
"sceNet_Library", "sceNet_Library",
"sceSsl_Module",
}; };
struct NativeModule { struct NativeModule {