mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[HTTP] Stub some certificate stuff
This commit is contained in:
parent
82ded962d0
commit
41ef4ad540
2 changed files with 30 additions and 0 deletions
|
@ -12,7 +12,9 @@ class HTTPService {
|
|||
bool initialized = false;
|
||||
|
||||
// Service commands
|
||||
void createRootCertChain(u32 messagePointer);
|
||||
void initialize(u32 messagePointer);
|
||||
void rootCertChainAddDefaultCert(u32 messagePointer);
|
||||
|
||||
public:
|
||||
HTTPService(Memory& mem) : mem(mem) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue