From: Arne Schwabe Date: Sat, 19 Nov 2016 15:51:00 +0000 (+0100) Subject: Fix warning that RAND_bytes is undeclared X-Git-Tag: v2.4_beta2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ede22c4f58c7d32967299d6a71cda93c88dd656;p=thirdparty%2Fopenvpn.git Fix warning that RAND_bytes is undeclared Acked-by: Gert Doering Message-Id: <1479570660-23630-1-git-send-email-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13125.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/crypto_openssl.c b/src/openvpn/crypto_openssl.c index 1ea06bba1..306b6c6cf 100644 --- a/src/openvpn/crypto_openssl.c +++ b/src/openvpn/crypto_openssl.c @@ -47,6 +47,7 @@ #include #include #include +#include #include /*