mirror of
https://github.com/red-prig/fpPS4.git
synced 2024-11-27 00:20:36 +00:00
sceHttpsLoadCert
This commit is contained in:
parent
e78e73dc7c
commit
945663524e
@ -43,6 +43,17 @@ begin
|
||||
Result:=0;
|
||||
end;
|
||||
|
||||
function ps4_sceHttpsLoadCert(
|
||||
libhttpCtxId:Integer;
|
||||
caCertNum:Integer;
|
||||
caList :Pointer; //SceSslData **caList
|
||||
cert :Pointer; //SceSslData *cert
|
||||
privKey:Pointer //SceSslData *privKey
|
||||
):Integer; SysV_ABI_CDecl;
|
||||
begin
|
||||
Result:=0;
|
||||
end;
|
||||
|
||||
function ps4_sceHttpSetNonblock(id:Integer;enable:Boolean):Integer; SysV_ABI_CDecl;
|
||||
begin
|
||||
Result:=0;
|
||||
@ -223,6 +234,7 @@ begin
|
||||
lib^.set_proc($224FCAA4B4E57FB4,@ps4_sceHttpTerm);
|
||||
lib^.set_proc($D206233D347FE9C6,@ps4_sceHttpCreateTemplate);
|
||||
lib^.set_proc($E08F2F129B84859F,@ps4_sceHttpDeleteTemplate);
|
||||
lib^.set_proc($0CAF86A1708D4F4E,@ps4_sceHttpsLoadCert);
|
||||
lib^.set_proc($B36FCD3C8BF3FA20,@ps4_sceHttpSetNonblock);
|
||||
lib^.set_proc($B36FCD3C8BF3FA20,@ps4_sceHttpSetAutoRedirect);
|
||||
lib^.set_proc($7F8D8ADFB9A6E513,@ps4_sceHttpsEnableOption);
|
||||
|
Loading…
Reference in New Issue
Block a user