aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-01-03 11:12:05 +0100
committerMartin Willi <martin@revosec.ch>2013-01-03 11:12:05 +0100
commitff318ad3e1a076762e579314019b9f517e7fb138 (patch)
treeab7395ac462651fc03df8a70c2a2fcc5116a299f /src/libstrongswan/plugins
parent2b9e597b54f1bdbb40974e29ab758fd64c574261 (diff)
downloadstrongswan-ff318ad3e1a076762e579314019b9f517e7fb138.tar.bz2
strongswan-ff318ad3e1a076762e579314019b9f517e7fb138.tar.xz
Include opensslconf.h before checking its defines
Diffstat (limited to 'src/libstrongswan/plugins')
-rw-r--r--src/libstrongswan/plugins/openssl/openssl_pkcs7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_pkcs7.c b/src/libstrongswan/plugins/openssl/openssl_pkcs7.c
index 251174283..663397e59 100644
--- a/src/libstrongswan/plugins/openssl/openssl_pkcs7.c
+++ b/src/libstrongswan/plugins/openssl/openssl_pkcs7.c
@@ -13,6 +13,8 @@
* for more details.
*/
+#include <openssl/opensslconf.h>
+
#ifndef OPENSSL_NO_CMS
#include "openssl_pkcs7.h"