From 31c5db0ca4d1690bc161b01243a0a2ae193f6246 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Wed, 11 Jan 2012 20:15:17 +0100 Subject: Removed files for crypt support --- crypt_md5.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 crypt_md5.h (limited to 'crypt_md5.h') diff --git a/crypt_md5.h b/crypt_md5.h deleted file mode 100644 index 56f03a2..0000000 --- a/crypt_md5.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - +----------------------------------------------------------------------+ - | PHP Version 5 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_01.txt | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Author: Edin Kadribasic | - +----------------------------------------------------------------------+ - */ - -/* $Id: crypt_md5.h,v 1.1.1.1 2007-11-28 01:15:35 sesser Exp $ */ -#ifndef _MD5CRYPT_H_ -#define _MD5CRYPT_H_ - -#ifdef __cplusplus -extern "C" -{ -#endif - -#define MD5_MAGIC "$1$" -#define MD5_MAGIC_LEN 3 - -char *md5_crypt(const char *pw, const char *salt); - -#ifdef __cplusplus -} -#endif - -#endif /* _MD5CRYPT_H_ */ \ No newline at end of file -- cgit v1.3