Service/SSL: update service according switchbrew

This commit is contained in:
mailwl
2018-04-10 21:40:53 +03:00
committed by Hexagon12
parent 80297f81d9
commit d6466e0533
2 changed files with 98 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ class SSL final : public ServiceFramework<SSL> {
public:
explicit SSL();
~SSL() = default;
private:
void CreateContext(Kernel::HLERequestContext& ctx);
};
/// Registers all SSL services with the specified service manager.