forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Tools/macos/std/eval/_std/mbedtls/Config.hx
Normal file
10
Kha/Tools/macos/std/eval/_std/mbedtls/Config.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package mbedtls;
|
||||
|
||||
extern class Config {
|
||||
function new():Void;
|
||||
|
||||
function authmode(authmode:SslAuthmode):Void;
|
||||
function ca_chain(ca_chain:X509Crt):Void;
|
||||
function defaults(endpoint:SslEndpoint, transport:SslTransport, preset:SslPreset):Int;
|
||||
function rng<T>(p_rng:T):Void;
|
||||
}
|
Reference in New Issue
Block a user