mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix typo in migration guide
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
		
							parent
							
								
									934ab00f77
								
							
						
					
					
						commit
						2bec09c113
					
				@ -8,7 +8,7 @@ multiple times on the same SSL configuration.
 | 
				
			|||||||
In Mbed TLS 2.x, users would observe later calls overwriting
 | 
					In Mbed TLS 2.x, users would observe later calls overwriting
 | 
				
			||||||
the effect of earlier calls, with the prevailing PSK being
 | 
					the effect of earlier calls, with the prevailing PSK being
 | 
				
			||||||
the one that has been configured last. In Mbed TLS 3.0,
 | 
					the one that has been configured last. In Mbed TLS 3.0,
 | 
				
			||||||
calling `mbedtls_conf_[opaque_]psk()` multiple times
 | 
					calling `mbedtls_ssl_conf_[opaque_]psk()` multiple times
 | 
				
			||||||
will return an error, leaving the first PSK intact.
 | 
					will return an error, leaving the first PSK intact.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To achieve equivalent functionality when migrating to Mbed TLS 3.0,
 | 
					To achieve equivalent functionality when migrating to Mbed TLS 3.0,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user