mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 19:20:41 +01: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 changed files with 0 additions and 11 deletions
|
|
@ -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…
Add table
Reference in a new issue