# $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
# $(top_srcdir)/ares is for in-tree c-ares's external include files
-if USE_EMBEDDED_ARES
-AM_CPPFLAGS = -I$(top_builddir)/include/curl \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/lib \
- -I$(top_srcdir)/lib \
- -I$(top_builddir)/ares \
- -I$(top_srcdir)/ares
-else
AM_CPPFLAGS = -I$(top_builddir)/include/curl \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-I$(top_builddir)/lib \
-I$(top_srcdir)/lib
+
+if USE_EMBEDDED_ARES
+AM_CPPFLAGS += -I$(top_builddir)/ares \
+ -I$(top_srcdir)/ares
endif
# Prevent LIBS from being used for all link targets
content_encoding.c share.c http_digest.c md4.c md5.c \
http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c \
hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c \
- select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
+ select.c gtls.c vtls/sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
qssl.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c \
curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
pingpong.c rtsp.c curl_threads.c warnless.c hmac.c polarssl.c \
connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
curl_md5.h http_digest.h http_negotiate.h inet_pton.h amigaos.h \
strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h curl_setup.h \
- transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
+ transfer.h select.h easyif.h multiif.h parsedate.h vtls/sslgen.h gtls.h \
tftp.h sockaddr.h splay.h strdup.h socks.h ssh.h nssg.h curl_base64.h \
rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
#include "sockaddr.h" /* required for Curl_sockaddr_storage */
#include "inet_ntop.h"
#include "inet_pton.h"
-#include "sslgen.h" /* for Curl_ssl_check_cxn() */
+#include "vtls/sslgen.h" /* for Curl_ssl_check_cxn() */
#include "progress.h"
#include "warnless.h"
#include "conncache.h"
# include "curl_sspi.h"
#endif
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#define BUILDING_CURL_NTLM_MSGS_C
#include "curl_ntlm_msgs.h"
#include "curl_base64.h"
#include "curl_md5.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "curl_hmac.h"
#include "curl_ntlm_msgs.h"
#include "curl_sasl.h"
#include "urldata.h"
#include <curl/curl.h>
#include "transfer.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "url.h"
#include "getinfo.h"
#include "hostip.h"
#include "urldata.h" /* for struct SessionHandle */
#include "formdata.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "strequal.h"
#include "curl_memory.h"
#include "sendf.h"
#include "curl_sec.h"
#include "strtoofft.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h"
#include "strerror.h"
#include "inet_ntop.h"
#include "getinfo.h"
#include "curl_memory.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h" /* Curl_getconnectinfo() */
#include "progress.h"
#include "curl_base64.h"
#include "cookie.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "http_digest.h"
#include "curl_ntlm.h"
#include "curl_ntlm_wb.h"
#include "http_digest.h"
#include "strtok.h"
#include "curl_memory.h"
-#include "sslgen.h" /* for Curl_rand() */
+#include "vtls/sslgen.h" /* for Curl_rand() */
#include "non-ascii.h" /* included for Curl_convert_... prototypes */
#include "warnless.h"
#include "strtoofft.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h"
#include "strerror.h"
#include "select.h"
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2010, Howard Chu, <hyc@openldap.org>
+ * Copyright (C) 2010, 2013, Howard Chu, <hyc@openldap.org>
* Copyright (C) 2011 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
#include "urldata.h"
#include <curl/curl.h>
#include "sendf.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "transfer.h"
#include "curl_ldap.h"
#include "curl_memory.h"
#include "pingpong.h"
#include "multiif.h"
#include "non-ascii.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include "strtoofft.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h"
#include "strerror.h"
#include "select.h"
#include "urldata.h"
#include "sendf.h"
#include "connect.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "ssh.h"
#include "multiif.h"
#include "non-ascii.h"
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
#include <curl/curl.h>
#include "urldata.h"
#include "share.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "curl_memory.h"
/* The last #include file should be: */
#include "strtoofft.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h"
#include "strerror.h"
#include "select.h"
#include "getinfo.h"
#include "strequal.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "connect.h"
#include "strerror.h"
#include "inet_ntop.h"
#include "slist.h"
#include "strequal.h"
#include "select.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "rawstr.h"
#include "hostcheck.h"
#include "http.h"
#include "url.h"
#include "getinfo.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "http_digest.h"
#include "curl_ntlm.h"
#include "http_negotiate.h"
#include "netrc.h"
#include "formdata.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "hostip.h"
#include "transfer.h"
#include "sendf.h"
#include <curl/curl.h>
#include "urldata.h"
-#include "sslgen.h"
+#include "vtls/sslgen.h"
#include "http2.h"
#define _MPRINTF_REPLACE /* use the internal *printf() functions */