samples: rename user-tls.conf to user-tls-conf.h

user-tls.conf is a header file and should therefore have the suffix
.h.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2022-01-28 13:56:33 +01:00 committed by Anas Nashif
commit 5e63f8fbce
6 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ CONFIG_NET_SOCKETS_POSIX_NAMES=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=56240
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls-conf.h"
# Please see README.rst in this directory for instructions
# on where to get the values for these config entries.

View file

@ -25,7 +25,7 @@ CONFIG_MBEDTLS_BUILTIN=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=32768
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls-conf.h"
# JSON
CONFIG_JSON_LIBRARY=y

View file

@ -15,7 +15,7 @@ CONFIG_MBEDTLS_BUILTIN=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=32700
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls-conf.h"
CONFIG_NET_SOCKETS=y