mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 03:36:29 +00:00
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:
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);
|
Loading…
Reference in New Issue
Block a user