]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Include opensslconf.h before checking its defines
authorMartin Willi <martin@revosec.ch>
Thu, 3 Jan 2013 10:12:05 +0000 (11:12 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 3 Jan 2013 10:12:05 +0000 (11:12 +0100)
src/libstrongswan/plugins/openssl/openssl_pkcs7.c

index 25117428301b12425f6ed09d37b70acd4bc15a08..663397e59637246fe12daf8ac6b222dfa01f66d5 100644 (file)
@@ -13,6 +13,8 @@
  * for more details.
  */
 
+#include <openssl/opensslconf.h>
+
 #ifndef OPENSSL_NO_CMS
 
 #include "openssl_pkcs7.h"