]> granicus.if.org Git - curl/commit
mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 3 Aug 2016 06:20:16 +0000 (08:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Aug 2016 22:23:17 +0000 (00:23 +0200)
commit7b4bf37a44791fdd578e68e08adbcfa592380935
tree9fb66b9662ddf962bccfd4082bb1df2a0abf2e86
parent4732ca5724072f132876f520c8f02c7c5b654d95
mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined

In order to make MBEDTLS_DEBUG work, the debug threshold must be unequal
to 0.  This patch also adds a comment how mbedtls must be compiled in
order to make debugging work, and explains the possible debug levels.
lib/vtls/mbedtls.c