mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 10:24:52 +00:00 
			
		
		
		
	Fix carelessly copy pasted comment
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
		
							parent
							
								
									3ffd13465a
								
							
						
					
					
						commit
						07fa1f1a39
					
				| 
						 | 
				
			
			@ -78,7 +78,7 @@ static void mbedtls_base64_cond_assign_uchar(unsigned char * dest, const unsigne
 | 
			
		|||
#pragma warning( disable : 4146 )
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    /* Generate bitmask from condition, mask will either be 0xFFFFFFFF or 0 */
 | 
			
		||||
    /* Generate bitmask from condition, mask will either be 0xFF or 0 */
 | 
			
		||||
    unsigned char mask = ( condition | -condition );
 | 
			
		||||
    mask >>= 7;
 | 
			
		||||
    mask = -mask;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue