1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Move mbedlts print func to SSLMbedTLSContext.

This commit is contained in:
Fabio Alessandrelli
2020-01-13 17:10:18 +01:00
parent c4f6ab85b0
commit d06af89874
3 changed files with 11 additions and 9 deletions

View File

@@ -51,6 +51,8 @@ protected:
static PoolByteArray _read_file(String p_path);
public:
static void print_mbedtls_error(int p_ret);
Ref<X509CertificateMbedTLS> certs;
mbedtls_entropy_context entropy;
mbedtls_ctr_drbg_context ctr_drbg;