mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 06:45:44 +01:00
Update #else and #endif comments
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
504c1a361e
commit
b4df754274
@ -31,7 +31,7 @@ int main( void )
|
|||||||
mbedtls_printf( "MBEDTLS_SSL_CLI_C not defined.\n" );
|
mbedtls_printf( "MBEDTLS_SSL_CLI_C not defined.\n" );
|
||||||
mbedtls_exit( 0 );
|
mbedtls_exit( 0 );
|
||||||
}
|
}
|
||||||
#else
|
#else /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_CLI_C */
|
||||||
|
|
||||||
/* Size of memory to be allocated for the heap, when using the library's memory
|
/* Size of memory to be allocated for the heap, when using the library's memory
|
||||||
* management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */
|
* management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */
|
||||||
@ -3080,6 +3080,4 @@ exit:
|
|||||||
else
|
else
|
||||||
mbedtls_exit( query_config_ret );
|
mbedtls_exit( query_config_ret );
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_BIGNUM_C && MBEDTLS_ENTROPY_C && MBEDTLS_SSL_TLS_C &&
|
#endif /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_CLI_C */
|
||||||
MBEDTLS_SSL_CLI_C && MBEDTLS_NET_C && MBEDTLS_RSA_C &&
|
|
||||||
MBEDTLS_CTR_DRBG_C MBEDTLS_TIMING_C */
|
|
||||||
|
@ -31,7 +31,7 @@ int main( void )
|
|||||||
mbedtls_printf( "MBEDTLS_SSL_SRV_C not defined.\n" );
|
mbedtls_printf( "MBEDTLS_SSL_SRV_C not defined.\n" );
|
||||||
mbedtls_exit( 0 );
|
mbedtls_exit( 0 );
|
||||||
}
|
}
|
||||||
#else
|
#else /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_SRV_C */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@ -4045,6 +4045,4 @@ exit:
|
|||||||
else
|
else
|
||||||
mbedtls_exit( query_config_ret );
|
mbedtls_exit( query_config_ret );
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_BIGNUM_C && MBEDTLS_ENTROPY_C && MBEDTLS_SSL_TLS_C &&
|
#endif /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_SRV_C */
|
||||||
MBEDTLS_SSL_SRV_C && MBEDTLS_NET_C && MBEDTLS_RSA_C &&
|
|
||||||
MBEDTLS_CTR_DRBG_C */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user