From d7dd6c8bd145797cd406d2733b0363be89019243 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Mar 2016 21:50:18 -0500 Subject: hle: Update service function tables --- src/core/hle/service/http_c.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service/http_c.cpp') 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"}, -- cgit v1.2.3