aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-28 12:58:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-28 12:58:13 +0000
commite5adab39b165baa3f3f8d7222573f46d54e30771 (patch)
treec4217d7899a1ce255468ad5f386ea430c651e22d /lib
parentd31153584ee81d1bdc0d127ae47426fe9bd21060 (diff)
curl_easy_reset() now resets the CA bundle path correctly
Diffstat (limited to 'lib')
-rw-r--r--lib/easy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c
index f78daedc5..f3c227317 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2007, 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
@@ -87,6 +87,7 @@
#include "progress.h"
#include "easyif.h"
#include "sendf.h" /* for failf function prototype */
+#include <ca-bundle.h>
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>