mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Stop assuming chars are signed
(They aren't on ARM by default.)
This commit is contained in:
		
							parent
							
								
									54b1a8fa4d
								
							
						
					
					
						commit
						982865618a
					
				@ -135,7 +135,7 @@ struct options
 | 
			
		||||
    int tickets;                /* enable / disable session tickets         */
 | 
			
		||||
    const char *alpn_string;    /* ALPN supported protocols                 */
 | 
			
		||||
    int fallback;               /* is this a fallback connection?           */
 | 
			
		||||
    char extended_ms;           /* negotiate extended master secret?        */
 | 
			
		||||
    int extended_ms;            /* negotiate extended master secret?        */
 | 
			
		||||
} opt;
 | 
			
		||||
 | 
			
		||||
static void my_debug( void *ctx, int level, const char *str )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user