mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Minor: Fix typos in program comments
Fix a couple of typos and writer's mistakes, in some reference program applications
This commit is contained in:
		
							parent
							
								
									6f45598d32
								
							
						
					
					
						commit
						ee5a0ca3bb
					
				@ -204,7 +204,7 @@ int main( int argc, char *argv[] )
 | 
			
		||||
    mbedtls_printf( " ok\n" );
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
     * Verification: are the computed secret equal?
 | 
			
		||||
     * Verification: are the computed secrets equal?
 | 
			
		||||
     */
 | 
			
		||||
    mbedtls_printf( "  . Checking if both computed secrets are equal..." );
 | 
			
		||||
    fflush( stdout );
 | 
			
		||||
 | 
			
		||||
@ -2168,7 +2168,7 @@ handshake:
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_X509_CRT_PARSE_C)
 | 
			
		||||
    /*
 | 
			
		||||
     * 5. Verify the server certificate
 | 
			
		||||
     * 5. Verify the client certificate
 | 
			
		||||
     */
 | 
			
		||||
    mbedtls_printf( "  . Verifying peer X.509 certificate..." );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user