From adeac15d8e1946fd2e3df9c7abebe8823437fc3c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Jun 2011 19:54:17 +0200 Subject: digest_cleanup_one: made private --- lib/http_digest.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/http_digest.h') diff --git a/lib/http_digest.h b/lib/http_digest.h index 8c96378d6..75fcba929 100644 --- a/lib/http_digest.h +++ b/lib/http_digest.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2011, 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 @@ -46,7 +46,6 @@ CURLcode Curl_output_digest(struct connectdata *conn, bool proxy, const unsigned char *request, const unsigned char *uripath); -void Curl_digest_cleanup_one(struct digestdata *dig); #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_CRYPTO_AUTH) void Curl_digest_cleanup(struct SessionHandle *data); -- cgit v1.2.1