mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05: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_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
 | 
			
		||||
 * management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */
 | 
			
		||||
@ -3080,6 +3080,4 @@ exit:
 | 
			
		||||
    else
 | 
			
		||||
        mbedtls_exit( query_config_ret );
 | 
			
		||||
}
 | 
			
		||||
#endif /* MBEDTLS_BIGNUM_C && MBEDTLS_ENTROPY_C && MBEDTLS_SSL_TLS_C &&
 | 
			
		||||
          MBEDTLS_SSL_CLI_C && MBEDTLS_NET_C && MBEDTLS_RSA_C &&
 | 
			
		||||
          MBEDTLS_CTR_DRBG_C MBEDTLS_TIMING_C */
 | 
			
		||||
#endif /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_CLI_C */
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ int main( void )
 | 
			
		||||
    mbedtls_printf( "MBEDTLS_SSL_SRV_C not defined.\n" );
 | 
			
		||||
    mbedtls_exit( 0 );
 | 
			
		||||
}
 | 
			
		||||
#else
 | 
			
		||||
#else /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_SRV_C */
 | 
			
		||||
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
@ -4045,6 +4045,4 @@ exit:
 | 
			
		||||
    else
 | 
			
		||||
        mbedtls_exit( query_config_ret );
 | 
			
		||||
}
 | 
			
		||||
#endif /* MBEDTLS_BIGNUM_C && MBEDTLS_ENTROPY_C && MBEDTLS_SSL_TLS_C &&
 | 
			
		||||
          MBEDTLS_SSL_SRV_C && MBEDTLS_NET_C && MBEDTLS_RSA_C &&
 | 
			
		||||
          MBEDTLS_CTR_DRBG_C */
 | 
			
		||||
#endif /* !MBEDTLS_SSL_TEST_IMPOSSIBLE && MBEDTLS_SSL_SRV_C */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user