mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	Fix wording of deprecated docs for SSL2 and SSL3 features
This commit is contained in:
		
							parent
							
								
									e58532e1db
								
							
						
					
					
						commit
						835b299e5e
					
				| @ -776,17 +776,17 @@ | ||||
| 
 | ||||
| #if defined(MBEDTLS_SSL_PROTO_SSL3) | ||||
| #if defined(MBEDTLS_DEPRECATED_REMOVED) | ||||
| #error "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will likely be removed in a future version of Mbed TLS" | ||||
| #error "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will 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" | ||||
| #warning "MBEDTLS_SSL_PROTO_SSL3 is deprecated and will 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_REMOVED) | ||||
| #error "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will likely be removed in a future version of Mbed TLS" | ||||
| #error "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will 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" | ||||
| #warning "MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is deprecated and will be removed in a future version of Mbed TLS" | ||||
| #endif | ||||
| #endif /* MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO */ | ||||
| 
 | ||||
|  | ||||
| @ -1571,8 +1571,8 @@ | ||||
|  * Enable support for receiving and parsing SSLv2 Client Hello messages for the | ||||
|  * SSL Server module (MBEDTLS_SSL_SRV_C). | ||||
|  * | ||||
|  * \deprecated This option is deprecated and will likely be removed in a | ||||
|  *             future version of Mbed TLS. | ||||
|  * \deprecated This option is deprecated and will be removed in a future | ||||
|  *             version of Mbed TLS. | ||||
|  * | ||||
|  * Uncomment this macro to enable support for SSLv2 Client Hello messages. | ||||
|  */ | ||||
| @ -1605,8 +1605,8 @@ | ||||
|  * Requires: MBEDTLS_MD5_C | ||||
|  *           MBEDTLS_SHA1_C | ||||
|  * | ||||
|  * \deprecated This option is deprecated and will likely be removed in a | ||||
|  *             future version of Mbed TLS. | ||||
|  * \deprecated This option is deprecated and will be removed in a future | ||||
|  *             version of Mbed TLS. | ||||
|  * | ||||
|  * Comment this macro to disable support for SSL 3.0 | ||||
|  */ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Andres Amaya Garcia
						Andres Amaya Garcia