mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix debug message by using the correct function name called
This commit is contained in:
		
							parent
							
								
									c0c92fea3d
								
							
						
					
					
						commit
						d437309ae2
					
				@ -189,7 +189,7 @@ int main( int argc, char *argv[] )
 | 
				
			|||||||
                                       sig, &sig_len,
 | 
					                                       sig, &sig_len,
 | 
				
			||||||
                                       mbedtls_ctr_drbg_random, &ctr_drbg ) ) != 0 )
 | 
					                                       mbedtls_ctr_drbg_random, &ctr_drbg ) ) != 0 )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        mbedtls_printf( " failed\n  ! mbedtls_ecdsa_genkey returned %d\n", ret );
 | 
					        mbedtls_printf( " failed\n  ! mbedtls_ecdsa_write_signature returned %d\n", ret );
 | 
				
			||||||
        goto exit;
 | 
					        goto exit;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    mbedtls_printf( " ok (signature length = %u)\n", (unsigned int) sig_len );
 | 
					    mbedtls_printf( " ok (signature length = %u)\n", (unsigned int) sig_len );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user