From 15be441ad8b445dee58a82bebf8c2b67d5149a12 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 25 Sep 2009 16:51:57 +0000 Subject: [PATCH] Changed the default OpenSSL include path --- packages/Symbian/group/libcurl.mmp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 32420acfb..a01c01a82 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -36,7 +36,9 @@ SOURCE \ USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL -USERINCLUDE /epoc32/include/stdapis/openssl +USERINCLUDE /epoc32/include/osextensions/stdapis +// Older versions of the SDK need this instead: +//USERINCLUDE /epoc32/include/stdapis/openssl #endif SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include