mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	- Minor fixer to remove compiler warnings for ARMCC
This commit is contained in:
		
							parent
							
								
									1fad5bfb19
								
							
						
					
					
						commit
						684ddce18c
					
				@ -58,7 +58,7 @@
 | 
				
			|||||||
 * \return          The constructed version number in the format
 | 
					 * \return          The constructed version number in the format
 | 
				
			||||||
 *                  MMNNPP00 (Major, Minor, Patch).
 | 
					 *                  MMNNPP00 (Major, Minor, Patch).
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
unsigned int version_get_number();
 | 
					unsigned int version_get_number( void );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Get the version string ("x.y.z").
 | 
					 * Get the version string ("x.y.z").
 | 
				
			||||||
 | 
				
			|||||||
@ -1000,7 +1000,6 @@ int rsa_pkcs1_verify( rsa_context *ctx,
 | 
				
			|||||||
                return( 0 );
 | 
					                return( 0 );
 | 
				
			||||||
            else
 | 
					            else
 | 
				
			||||||
                return( POLARSSL_ERR_RSA_VERIFY_FAILED );
 | 
					                return( POLARSSL_ERR_RSA_VERIFY_FAILED );
 | 
				
			||||||
            break;
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
 | 
				
			|||||||
@ -91,7 +91,6 @@ static int asn1_get_len( unsigned char **p,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
            return( POLARSSL_ERR_ASN1_INVALID_LENGTH );
 | 
					            return( POLARSSL_ERR_ASN1_INVALID_LENGTH );
 | 
				
			||||||
            break;
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user