mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Correct the printf message of the DTLS handshake.
Make it consistent with dtls_server.c
This commit is contained in:
		
							parent
							
								
									5b7ee07ff6
								
							
						
					
					
						commit
						00afe1c046
					
				@ -203,7 +203,7 @@ int main( int argc, char *argv[] )
 | 
			
		||||
    /*
 | 
			
		||||
     * 4. Handshake
 | 
			
		||||
     */
 | 
			
		||||
    mbedtls_printf( "  . Performing the SSL/TLS handshake..." );
 | 
			
		||||
    mbedtls_printf( "  . Performing the DTLS handshake..." );
 | 
			
		||||
    fflush( stdout );
 | 
			
		||||
 | 
			
		||||
    do ret = mbedtls_ssl_handshake( &ssl );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user