aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authortoddouska <todd@yassl.com>2011-12-27 12:17:37 -0800
committerDaniel Stenberg <daniel@haxx.se>2012-02-14 19:49:54 +0100
commitee7e4fc1d1d45713e9e67a955e78f0d9ed1a6059 (patch)
tree876558e53eb54423b3da8a2d4bf504c4ccf5ba82 /lib/urldata.h
parent020128053379ba5baa41bc2f72c391f6fcfbdf29 (diff)
cyassl: update to CyaSSL 2.0.x API
Modify configure.ac to test for new CyaSSL Init function and remove default install path to system. Change to CyaSSL OpenSSL header and proper Init in code as well. Note that this no longer detects or works with CyaSSL before v2
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 5725ba86b..0463006c6 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -112,7 +112,7 @@
#endif
#ifdef USE_CYASSL
-#include <openssl/ssl.h>
+#include <cyassl/openssl/ssl.h>
#endif
#ifdef USE_NSS