mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Style fix
This commit is contained in:
		
							parent
							
								
									e43aa39397
								
							
						
					
					
						commit
						eb35d78a11
					
				@ -1421,8 +1421,8 @@ psa_status_t psa_hash_verify( psa_hash_operation_t *operation,
 | 
			
		||||
    return( PSA_SUCCESS );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
 | 
			
		||||
                            psa_hash_operation_t *target_operation)
 | 
			
		||||
psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation,
 | 
			
		||||
                             psa_hash_operation_t *target_operation )
 | 
			
		||||
{
 | 
			
		||||
    if( target_operation->alg != 0 )
 | 
			
		||||
        return( PSA_ERROR_BAD_STATE );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user