mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Favour DEPRECATED_REMOVED over DEPRECATED_WARNING
This commit is contained in:
		
							parent
							
								
									88c2cc7213
								
							
						
					
					
						commit
						e58532e1db
					
				@ -775,18 +775,18 @@
 | 
			
		||||
#endif /* (MBEDTLS_HAVE_INT32 || MBEDTLS_HAVE_INT64) && MBEDTLS_HAVE_ASM */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_SSL_PROTO_SSL3)
 | 
			
		||||
#if defined(MBEDTLS_DEPRECATED_WARNING)
 | 
			
		||||
#warning "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#elif defined(MBEDTLS_DEPRECATED_REMOVED)
 | 
			
		||||
#if defined(MBEDTLS_DEPRECATED_REMOVED)
 | 
			
		||||
#error "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#elif defined(MBEDTLS_DEPRECATED_WARNING)
 | 
			
		||||
#warning "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#endif
 | 
			
		||||
#endif /* MBEDTLS_SSL_PROTO_SSL3 */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO)
 | 
			
		||||
#if defined(MBEDTLS_DEPRECATED_WARNING)
 | 
			
		||||
#warning "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#elif defined(MBEDTLS_DEPRECATED_REMOVED)
 | 
			
		||||
#if defined(MBEDTLS_DEPRECATED_REMOVED)
 | 
			
		||||
#error "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#elif defined(MBEDTLS_DEPRECATED_WARNING)
 | 
			
		||||
#warning "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS"
 | 
			
		||||
#endif
 | 
			
		||||
#endif /* MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user