mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
Add Initialize and GenerateRandomData stubs
This commit is contained in:
parent
ac829f87e0
commit
912e53323d
1 changed files with 2 additions and 0 deletions
|
@ -11,8 +11,10 @@
|
|||
namespace SSL_C {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010002, nullptr, "Initialize"},
|
||||
{0x000200C2, nullptr, "CreateContext"},
|
||||
{0x00050082, nullptr, "AddTrustedRootCA"},
|
||||
{0x00110042, nullptr, "GenerateRandomData"},
|
||||
{0x00150082, nullptr, "Read"},
|
||||
{0x00170082, nullptr, "Write"},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue