Update Files
This commit is contained in:
8
Kha/Tools/macos/std/eval/_std/mbedtls/SslAuthmode.hx
Normal file
8
Kha/Tools/macos/std/eval/_std/mbedtls/SslAuthmode.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package mbedtls;
|
||||
|
||||
@:native("mbedtls.SslAuthmode")
|
||||
extern enum abstract SslAuthmode(Int) {
|
||||
var SSL_VERIFY_NONE;
|
||||
var SSL_VERIFY_OPTIONAL;
|
||||
var SSL_VERIFY_REQUIRED;
|
||||
}
|
Reference in New Issue
Block a user