From 58ffcba9d4a93aa80f2c3dbff8f169046f8475eb Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 14 Apr 2022 12:44:16 +0200 Subject: [PATCH] Make it explicit that an absolute path is also ok Signed-off-by: Gilles Peskine --- include/mbedtls/mbedtls_config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 1cb38eb866..c170d4fc46 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -3104,8 +3104,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_CONFIG_FILE "mbedtls/mbedtls_config.h" @@ -3121,8 +3121,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_USER_CONFIG_FILE "/dev/null" @@ -3139,8 +3139,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h" @@ -3156,8 +3156,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null"