Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 73b7d71

Browse files
committed
Debug level 0 (no fun in emu at level 4)
1 parent 984c8f7 commit 73b7d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extmod/modussl_mbedtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ STATIC mp_obj_ssl_socket_t *socket_new(mp_obj_t sock, struct ssl_args *args) {
140140
mbedtls_pk_init(&o->pkey);
141141
mbedtls_ctr_drbg_init(&o->ctr_drbg);
142142
// Debug level (0-4)
143-
mbedtls_debug_set_threshold(4);
143+
mbedtls_debug_set_threshold(0);
144144

145145
mbedtls_entropy_init(&o->entropy);
146146
const byte seed[] = "upy";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy