From: Martin Willi Date: Thu, 3 Jan 2013 10:12:05 +0000 (+0100) Subject: Include opensslconf.h before checking its defines X-Git-Tag: 5.0.2dr4~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff318ad3e1a076762e579314019b9f517e7fb138;p=thirdparty%2Fstrongswan.git Include opensslconf.h before checking its defines --- diff --git a/src/libstrongswan/plugins/openssl/openssl_pkcs7.c b/src/libstrongswan/plugins/openssl/openssl_pkcs7.c index 2511742830..663397e596 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 + #ifndef OPENSSL_NO_CMS #include "openssl_pkcs7.h"