From bbe2386bff61acf0105806959b7f56a4a12db86e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 17 Aug 2008 00:01:26 +0000 Subject: libcurl internal md5.h header file renamed to curl_md5.h --- lib/curl_md5.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lib/curl_md5.h (limited to 'lib/curl_md5.h') diff --git a/lib/curl_md5.h b/lib/curl_md5.h new file mode 100644 index 000000000..19c34fb4d --- /dev/null +++ b/lib/curl_md5.h @@ -0,0 +1,29 @@ +#ifndef __CURL_MD5_H +#define __CURL_MD5_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2008, 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 + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + * $Id$ + ***************************************************************************/ + +void Curl_md5it(unsigned char *output, + const unsigned char *input); + +#endif -- cgit v1.2.3