Move macro definitions out of debug.h #10054
Labels
api-break
This issue/PR breaks the API and must wait for a new major version
component-tls
size-xs
Estimated task size: extra small (a few hours at most)
The public header file
mbedtls/debug.h
contains the declaration ofmbedtls_debug_set_threshold
, and many macro definitions.mbedtls_debug_set_threshold
belongs in a public header file, but not the macro definitions. All the macro definitions are intended when calling a function to emit a debug message, and those functions aren't even declared in a public header.The goal of this task is to move the macro definitions from
include/mbedtls/debug.h
tolibrary/debug_internal.h
.The text was updated successfully, but these errors were encountered: