some dummy net functions

This commit is contained in:
georgemoralis 2024-03-30 09:35:00 +02:00
parent 37813c1f59
commit 8e8a82a310
7 changed files with 17 additions and 13 deletions

View file

@ -144,7 +144,7 @@ int PS4_SYSV_ABI sceSslGetNotBefore();
int PS4_SYSV_ABI sceSslGetSerialNumber();
int PS4_SYSV_ABI sceSslGetSslError();
int PS4_SYSV_ABI sceSslGetSubjectName();
int PS4_SYSV_ABI sceSslInit();
int PS4_SYSV_ABI sceSslInit(std::size_t poolSize);
int PS4_SYSV_ABI sceSslLoadCert();
int PS4_SYSV_ABI sceSslLoadRootCACert();
int PS4_SYSV_ABI sceSslRecv();