]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/hash.c
Prep for release
[openldap] / libraries / liblutil / hash.c
index 0d1e66b231f3f12dab4d381b2021a676017ec0fb..f230196a5d7f3fff17b82d61b4a13b154bce8dc2 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Copyright 2000-2010 The OpenLDAP Foundation.
  * Portions Copyright 2000-2003 Kurt D. Zeilenga.
  * All rights reserved.
  *
@@ -44,8 +44,7 @@ void
 lutil_HASHUpdate(
     struct lutil_HASHContext   *ctx,
     const unsigned char                *buf,
-    ber_len_t          len
-)
+    ber_len_t          len )
 {
        const unsigned char *p, *e;
        ber_uint_t h;