urngd: move project to git.openwrt.org
Let's move project to a proper place.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit bec8fb1ee7)
			
			
This commit is contained in:
		 Petr Štetiar
					Petr Štetiar
				
			
				
					committed by
					
						 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
			
				
	
			
			
			 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
						parent
						
							5667768236
						
					
				
				
					commit
					8cd426de44
				
			| @@ -1,11 +0,0 @@ | |||||||
| --- a/urngd.c |  | ||||||
| +++ b/urngd.c |  | ||||||
| @@ -114,7 +114,7 @@ static size_t gather_entropy(struct urng |  | ||||||
|   |  | ||||||
|  	ret = write_entropy(u, buf, sizeof(buf), ENTROPYBYTES); |  | ||||||
|  	if (sizeof(buf) != ret) { |  | ||||||
| -		ERROR("injected %lub of entropy, less then %db expected\n", |  | ||||||
| +		ERROR("injected %zub of entropy, less then %zub expected\n", |  | ||||||
|  		      ret, sizeof(buf)); |  | ||||||
|  	} else { |  | ||||||
|  		ret = sizeof(buf); |  | ||||||
		Reference in New Issue
	
	Block a user