summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpolaris- <nagatospam@gmail.com>2015-11-22 09:27:46 -0500
committerpolaris- <nagatospam@gmail.com>2015-11-22 09:27:46 -0500
commit912e53323d0be1ed2825667db4f722845e2e6932 (patch)
tree2f19dec20b7ee7d49f7fcc336ecbcf1703271e0f /src
parentac829f87e0d32c693b333a35be823878a9b7d178 (diff)
Add Initialize and GenerateRandomData stubs
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/ssl_c.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/ssl_c.cpp b/src/core/hle/service/ssl_c.cpp
index e634276fc..04ab194e6 100644
--- a/src/core/hle/service/ssl_c.cpp
+++ b/src/core/hle/service/ssl_c.cpp
@@ -11,8 +11,10 @@
namespace SSL_C {
const Interface::FunctionInfo FunctionTable[] = {
+ {0x00010002, nullptr, "Initialize"},
{0x000200C2, nullptr, "CreateContext"},
{0x00050082, nullptr, "AddTrustedRootCA"},
+ {0x00110042, nullptr, "GenerateRandomData"},
{0x00150082, nullptr, "Read"},
{0x00170082, nullptr, "Write"},
};