mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Increase cipher length
This commit is contained in:
		
							parent
							
								
									528ed46661
								
							
						
					
					
						commit
						7561c69266
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -65,7 +65,7 @@ static char self_ip[IP_SIZE];
 | 
				
			||||||
--------------------------------------------------*/
 | 
					--------------------------------------------------*/
 | 
				
			||||||
static char *DRPC_XORIPString(const char *input)
 | 
					static char *DRPC_XORIPString(const char *input)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	const UINT8 xor[IP_SIZE] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16};
 | 
						const UINT8 xor[IP_SIZE] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21};
 | 
				
			||||||
	char *output = malloc(sizeof(char) * (IP_SIZE+1));
 | 
						char *output = malloc(sizeof(char) * (IP_SIZE+1));
 | 
				
			||||||
	UINT8 i;
 | 
						UINT8 i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue