mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add link between sections
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
		
							parent
							
								
									a481052407
								
							
						
					
					
						commit
						a5a3cce49b
					
				@ -847,7 +847,7 @@ Migration paths:
 | 
			
		||||
1. Mbed TLS 3.0 does not offer a migration path for the use case 1: Like many
 | 
			
		||||
   other Mbed TLS structures, the structure of `mbedtls_ssl_session` is no
 | 
			
		||||
   longer part of the public API in Mbed TLS 3.0, and direct structure field
 | 
			
		||||
   access is no longer supported. Please see the corresponding migration guide.
 | 
			
		||||
   access is no longer supported. Please see the [section on private structure fields](#most-structure-fields-are-now-private) for more details.
 | 
			
		||||
 | 
			
		||||
2. Users should replace calls to `mbedtls_ssl_get_session_pointer()` by
 | 
			
		||||
   calls to `mbedtls_ssl_get_session()` as demonstrated in the example
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user