mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	pk_encrypt: Uniformize debugging output
This commit is contained in:
		
							parent
							
								
									ae513a5396
								
							
						
					
					
						commit
						a63c1c3a25
					
				@ -97,8 +97,8 @@ int main( int argc, char *argv[] )
 | 
			
		||||
                                       &entropy, (const unsigned char *) pers,
 | 
			
		||||
                                       strlen( pers ) ) ) != 0 )
 | 
			
		||||
    {
 | 
			
		||||
        mbedtls_printf( " failed\n  ! mbedtls_ctr_drbg_seed returned %d\n",
 | 
			
		||||
                        ret );
 | 
			
		||||
        mbedtls_printf( " failed\n  ! mbedtls_ctr_drbg_seed returned -0x%04x\n",
 | 
			
		||||
                        -ret );
 | 
			
		||||
        goto exit;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user