aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/http_c.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-03-11 21:50:18 -0500
committerLioncash <mathew1800@gmail.com>2016-03-11 22:23:51 -0500
commitd7dd6c8bd145797cd406d2733b0363be89019243 (patch)
tree3524cc5dcd12e13e1f450a1df712efdade2b596c /src/core/hle/service/http_c.cpp
parent3789de6bd9f54e532f290eb11634af27480ab88d (diff)
hle: Update service function tables
Diffstat (limited to 'src/core/hle/service/http_c.cpp')
-rw-r--r--src/core/hle/service/http_c.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/http_c.cpp b/src/core/hle/service/http_c.cpp
index 79009053e..0855ab227 100644
--- a/src/core/hle/service/http_c.cpp
+++ b/src/core/hle/service/http_c.cpp
@@ -49,6 +49,8 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00250080, nullptr, "AddDefaultCert"},
{0x00260080, nullptr, "SelectRootCertChain"},
{0x002700C4, nullptr, "SetClientCert"},
+ {0x002B0080, nullptr, "SetSSLOpt"},
+ {0x002C0080, nullptr, "SetSSLClearOpt"},
{0x002D0000, nullptr, "CreateRootCertChain"},
{0x002E0040, nullptr, "DestroyRootCertChain"},
{0x002F0082, nullptr, "RootCertChainAddCert"},