Browse code

Fix warning that RAND_bytes is undeclared

Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>

Arne Schwabe authored on 2016/11/20 00:51:00
Showing 1 changed files
... ...
@@ -47,6 +47,7 @@
47 47
 #include <openssl/err.h>
48 48
 #include <openssl/evp.h>
49 49
 #include <openssl/objects.h>
50
+#include <openssl/rand.h>
50 51
 #include <openssl/ssl.h>
51 52
 
52 53
 /*