mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove obsolete reference to _ret
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
		
							parent
							
								
									83f6a3b02c
								
							
						
					
					
						commit
						814b099501
					
				@ -50,8 +50,8 @@ API changes
 | 
				
			|||||||
     returned from the public SSL API.
 | 
					     returned from the public SSL API.
 | 
				
			||||||
   * Remove `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` and return
 | 
					   * Remove `MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE` and return
 | 
				
			||||||
     `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` instead.
 | 
					     `MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL` instead.
 | 
				
			||||||
   * The output parameter of mbedtls_sha512_finish_ret, mbedtls_sha512_ret,
 | 
					   * The output parameter of mbedtls_sha512_finish, mbedtls_sha512,
 | 
				
			||||||
     mbedtls_sha256_finish_ret and mbedtls_sha256_ret now has a pointer type
 | 
					     mbedtls_sha256_finish and mbedtls_sha256 now has a pointer type
 | 
				
			||||||
     rather than array type. This removes spurious warnings in some compilers
 | 
					     rather than array type. This removes spurious warnings in some compilers
 | 
				
			||||||
     when outputting a SHA-384 or SHA-224 hash into a buffer of exactly
 | 
					     when outputting a SHA-384 or SHA-224 hash into a buffer of exactly
 | 
				
			||||||
     the hash size.
 | 
					     the hash size.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user