Include common.h from ssl_tls13_keys.c
`common.h` takes care of the logic of chosing the correct configuration file, so we don't need to replicate it in each source file. Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
b11c3097a5
commit
58c5cea73b
1 changed files with 1 additions and 5 deletions
|
@ -17,11 +17,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#include "common.h"
|
||||||
#include "mbedtls/config.h"
|
|
||||||
#else
|
|
||||||
#include MBEDTLS_CONFIG_FILE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue