mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Replace 0 by MBEDTLS_ECP_DP_NONE to avoid IAR compiler complains
This commit is contained in:
		
							parent
							
								
									77233ec411
								
							
						
					
					
						commit
						56a74cdcc9
					
				@ -836,7 +836,7 @@ int mbedtls_ecp_group_load( mbedtls_ecp_group *grp, mbedtls_ecp_group_id id )
 | 
				
			|||||||
#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */
 | 
					#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
            grp->id = 0;
 | 
					            grp->id = MBEDTLS_ECP_DP_NONE;
 | 
				
			||||||
            return( MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE );
 | 
					            return( MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user