Service/SSL: update service according switchbrew

This commit is contained in:
mailwl 2018-04-10 21:40:53 +03:00
parent 20c97c60d5
commit 39f75350bb
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.