aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-19 09:37:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-19 09:37:32 +0000
commit3d647b9a981b9573d5495b6943d043b2130aa8fd (patch)
treec62d5f71f0dae5b81d8f78cd3e12157a95d76fbd /lib/urldata.h
parent090a7f38be27b6e6afcc5ffb6fd51f887168b3f1 (diff)
if the pkcs12.h header exists, include it already in urldata.h to work around
a precedence problem with the zlib header. See CHANGES for details.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 407af2aaf..1fdaac994 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -61,6 +61,9 @@
#ifdef HAVE_OPENSSL_ENGINE_H
#include <openssl/engine.h>
#endif
+#ifdef HAVE_OPENSSL_PKCS12_H
+#include <openssl/pkcs12.h>
+#endif
#else
#include "rsa.h"
#include "crypto.h"