From e5adab39b165baa3f3f8d7222573f46d54e30771 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Jan 2007 12:58:13 +0000 Subject: curl_easy_reset() now resets the CA bundle path correctly --- lib/easy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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, , et al. + * Copyright (C) 1998 - 2007, Daniel Stenberg, , 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 #define _MPRINTF_REPLACE /* use our functions only */ #include -- cgit v1.2.3