Diff for /libraries/liblutil/hash.c between versions 1.3 and 1.3.2.3

version 1.3, 2003/05/25 01:31:21 version 1.3.2.3, 2005/01/20 17:01:04
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/libraries/liblutil/hash.c,v 1.2 2000/10/17 22:29:21 kurt Exp $ */  /* $OpenLDAP: pkg/ldap/libraries/liblutil/hash.c,v 1.3.2.2 2004/01/01 18:16:31 kurt Exp $ */
 /*  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.   *
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file   * Copyright 2000-2005 The OpenLDAP Foundation.
    * Portions Copyright 2000-2003 Kurt D. Zeilenga.
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted only as authorized by the OpenLDAP
    * Public License.
    *
    * A copy of this license is available in the file LICENSE in the
    * top-level directory of the distribution or, alternatively, at
    * <http://www.OpenLDAP.org/license.html>.
  */   */
   
 /* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm.  /* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm.
  * A summary of the algorithm can be found at:   * A summary of the algorithm can be found at:
  *   http://www.isthe.com/chongo/tech/comp/fnv/index.html   *   http://www.isthe.com/chongo/tech/comp/fnv/index.html

Removed from v.1.3  
changed lines
  Added in v.1.3.2.3


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org