mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
Rename constant in client2.c
This commit is contained in:
parent
924270f769
commit
ae13beb1d9
@ -128,14 +128,14 @@ int main( void )
|
|||||||
#define GET_REQUEST_END "\r\n\r\n"
|
#define GET_REQUEST_END "\r\n\r\n"
|
||||||
|
|
||||||
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
||||||
#define USAGE_CALLBACK \
|
#define USAGE_CONTEXT_CRT_CB \
|
||||||
" context_crt_cb=%%d This determines whether the CRT verification callback is bound\n" \
|
" context_crt_cb=%%d This determines whether the CRT verification callback is bound\n" \
|
||||||
" to the SSL configuration of the SSL context.\n" \
|
" to the SSL configuration of the SSL context.\n" \
|
||||||
" Possible values:\n"\
|
" Possible values:\n"\
|
||||||
" - 0 (default): Use CRT callback bound to configuration\n" \
|
" - 0 (default): Use CRT callback bound to configuration\n" \
|
||||||
" - 1: Use CRT callback bound to SSL context\n"
|
" - 1: Use CRT callback bound to SSL context\n"
|
||||||
#else
|
#else
|
||||||
#define USAGE_CALLBACK ""
|
#define USAGE_CONTEXT_CRT_CB ""
|
||||||
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
#endif /* MBEDTLS_X509_CRT_PARSE_C */
|
||||||
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
||||||
#if defined(MBEDTLS_FS_IO)
|
#if defined(MBEDTLS_FS_IO)
|
||||||
@ -337,7 +337,7 @@ int main( void )
|
|||||||
USAGE_TICKETS \
|
USAGE_TICKETS \
|
||||||
USAGE_MAX_FRAG_LEN \
|
USAGE_MAX_FRAG_LEN \
|
||||||
USAGE_TRUNC_HMAC \
|
USAGE_TRUNC_HMAC \
|
||||||
USAGE_CALLBACK \
|
USAGE_CONTEXT_CRT_CB \
|
||||||
USAGE_ALPN \
|
USAGE_ALPN \
|
||||||
USAGE_FALLBACK \
|
USAGE_FALLBACK \
|
||||||
USAGE_EMS \
|
USAGE_EMS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user