]> git.ipfire.org Git - thirdparty/openvpn.git/commit
build: Fix build warnings related to get_random()
authorDavid Sommerseth <davids@openvpn.net>
Mon, 8 Oct 2018 16:56:48 +0000 (19:56 +0300)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 Oct 2018 17:20:49 +0000 (19:20 +0200)
commit674b16640a19569c35045f18021e25df5e85dc1d
tree7dd26b7ab2447acaf3926fa5a19640e08701eb9a
parentf6bac113bcde4e342caf16d88e0a3a8e71085c90
build: Fix build warnings related to get_random()

This fixes this compile warning:

    platform.c: In function ?platform_create_temp_file?:
    platform.c:355:31: warning: implicit declaration of function
?get_random? [-Wimplicit-function-declaration]
                                   prefix, (unsigned long) get_random(),

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20181008165648.27504-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17652.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/platform.c