mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Remove DEBUG ifdef
This commit is contained in:
parent
e6e35805a6
commit
1becd89699
@ -69,9 +69,7 @@ void* ssl_socket_init(int fd, const char *domain)
|
|||||||
|
|
||||||
state->domain = domain;
|
state->domain = domain;
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
mbedtls_debug_set_threshold(DEBUG_LEVEL);
|
mbedtls_debug_set_threshold(DEBUG_LEVEL);
|
||||||
#endif
|
|
||||||
|
|
||||||
mbedtls_net_init(&state->net_ctx);
|
mbedtls_net_init(&state->net_ctx);
|
||||||
mbedtls_ssl_init(&state->ctx);
|
mbedtls_ssl_init(&state->ctx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user