openwrt/package/network/services/dropbear
Hans Dedecker 751e6ab8e6 dropbear: fix compilation for uClibc
Backport patches which fix compile issue for uClibc-ng :

dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration]
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
        ^~~~~~~~~
        genrandom
dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'?
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
                                    ^~~~~~~~~~~~~
                                    SOCK_NONBLOCK

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-06-24 22:36:21 +02:00
..
files dropbear: add ed25519 and chacha20-poly1305 2020-05-30 21:27:10 +02:00
patches dropbear: fix compilation for uClibc 2020-06-24 22:36:21 +02:00
Config.in dropbear: add ed25519 and chacha20-poly1305 2020-05-30 21:27:10 +02:00
Makefile dropbear: bump to 2020.79 2020-06-21 21:33:23 +02:00