]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added missing include for RAND_seed and RAND_status.
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Oct 2010 12:16:09 +0000 (14:16 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 21 Oct 2010 12:16:09 +0000 (14:16 +0200)
src/libstrongswan/plugins/openssl/openssl_plugin.c

index bbb8a6a1d58aa50a0ed46e30198ffc7acc880336..0ab4eda9c6a8e85cc3e6e685b0046733654a52b3 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <openssl/evp.h>
 #include <openssl/conf.h>
+#include <openssl/rand.h>
 #include <openssl/crypto.h>
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>