Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build when MBEDTLS_DEBUG_C is turned off
MBEDTLS_DEBUG_C is a flag that can be disabled in mbedtls/config.h, to disable mbedTLS's debug logging. I tried doing so, which revealed two compile errors in mbdetls_context.cpp. This fixes them.
- Loading branch information