mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Merge pull request #229 from ARMmbed/dev/Patater/fix-its-typo
storage: Correct typo of PSA_PS_ERROR_OFFSET
This commit is contained in:
		
						commit
						750a049a15
					
				@ -4269,7 +4269,7 @@ static psa_status_t its_to_psa_error( psa_its_status_t ret )
 | 
				
			|||||||
            return( PSA_ERROR_INSUFFICIENT_STORAGE );
 | 
					            return( PSA_ERROR_INSUFFICIENT_STORAGE );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        case PSA_ITS_ERROR_INVALID_KEY:
 | 
					        case PSA_ITS_ERROR_INVALID_KEY:
 | 
				
			||||||
        case PSA_PS_ERROR_OFFSET_INVALID:
 | 
					        case PSA_ITS_ERROR_OFFSET_INVALID:
 | 
				
			||||||
        case PSA_ITS_ERROR_INCORRECT_SIZE:
 | 
					        case PSA_ITS_ERROR_INCORRECT_SIZE:
 | 
				
			||||||
        case PSA_ITS_ERROR_BAD_POINTER:
 | 
					        case PSA_ITS_ERROR_BAD_POINTER:
 | 
				
			||||||
            return( PSA_ERROR_INVALID_ARGUMENT );
 | 
					            return( PSA_ERROR_INVALID_ARGUMENT );
 | 
				
			||||||
 | 
				
			|||||||
@ -52,7 +52,7 @@ static psa_status_t its_to_psa_error( psa_its_status_t ret )
 | 
				
			|||||||
            return( PSA_ERROR_INSUFFICIENT_STORAGE );
 | 
					            return( PSA_ERROR_INSUFFICIENT_STORAGE );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        case PSA_ITS_ERROR_INVALID_KEY:
 | 
					        case PSA_ITS_ERROR_INVALID_KEY:
 | 
				
			||||||
        case PSA_PS_ERROR_OFFSET_INVALID:
 | 
					        case PSA_ITS_ERROR_OFFSET_INVALID:
 | 
				
			||||||
        case PSA_ITS_ERROR_INCORRECT_SIZE:
 | 
					        case PSA_ITS_ERROR_INCORRECT_SIZE:
 | 
				
			||||||
        case PSA_ITS_ERROR_BAD_POINTER:
 | 
					        case PSA_ITS_ERROR_BAD_POINTER:
 | 
				
			||||||
            return( PSA_ERROR_INVALID_ARGUMENT );
 | 
					            return( PSA_ERROR_INVALID_ARGUMENT );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user