mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove printf when RSA selftest is skipped
This commit is contained in:
		
							parent
							
								
									dce7fdcbc9
								
							
						
					
					
						commit
						3e41fe8938
					
				@ -1512,8 +1512,7 @@ int rsa_self_test( int verbose )
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    rsa_free( &rsa );
 | 
					    rsa_free( &rsa );
 | 
				
			||||||
#else /* POLARSSL_PKCS1_V15 */
 | 
					#else /* POLARSSL_PKCS1_V15 */
 | 
				
			||||||
    if( verbose != 0 )
 | 
					    ((void) verbose);
 | 
				
			||||||
        printf( "skipper\n\n" );
 | 
					 | 
				
			||||||
#endif /* POLARSSL_PKCS1_V15 */
 | 
					#endif /* POLARSSL_PKCS1_V15 */
 | 
				
			||||||
    return( 0 );
 | 
					    return( 0 );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user