mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 11:11:12 -04:00 
			
		
		
		
	Remove TODO
This commit is contained in:
		
							parent
							
								
									75f080f4b6
								
							
						
					
					
						commit
						f44e55de5e
					
				| @ -2562,13 +2562,14 @@ int mbedtls_ssl_decrypt_buf( mbedtls_ssl_context *ssl, | ||||
|      * Match record's CID with incoming CID. | ||||
|      */ | ||||
| 
 | ||||
|     /* TODO - Uncomment this once CID parsing is in place */ | ||||
|     /* Uncomment this once CID parsing is in place */ | ||||
|     /* if( rec->cid_len != transform->in_cid_len || */ | ||||
|     /*     memcmp( rec->cid, transform->in_cid, rec->cid_len ) != 0 ) */ | ||||
|     /* { */ | ||||
|     /*     return( MBEDTLS_ERR_SSL_INVALID_RECORD ); */ | ||||
|     /* } */ | ||||
|     /* TODO - Remove this once CID parsing is in place */ | ||||
| 
 | ||||
|     /* Remove this once CID parsing is in place */ | ||||
|     rec->cid_len = transform->in_cid_len; | ||||
|     memcpy( rec->cid, transform->in_cid, transform->in_cid_len ); | ||||
|     MBEDTLS_SSL_DEBUG_BUF( 3, "CID", rec->cid, rec->cid_len ); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hanno Becker
						Hanno Becker