mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	- Added missing rsa_init() statement
This commit is contained in:
		
							parent
							
								
									6c591fab72
								
							
						
					
					
						commit
						91b4159834
					
				@ -210,6 +210,7 @@ int main( void )
 | 
			
		||||
        goto exit;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    rsa_init( &rsa, RSA_PKCS_V15, 0 );
 | 
			
		||||
    ret =  x509parse_key( &rsa, (unsigned char *) test_srv_key,
 | 
			
		||||
                          strlen( test_srv_key ), NULL, 0 );
 | 
			
		||||
    if( ret != 0 )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user