X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblutil%2Fhash.c;h=f230196a5d7f3fff17b82d61b4a13b154bce8dc2;hb=70792ad7a9fa962c98580f3a4c2a71d0aee982c0;hp=0d1e66b231f3f12dab4d381b2021a676017ec0fb;hpb=327880b984a0c36da7dd502dbfb12fdd0b89e82a;p=openldap diff --git a/libraries/liblutil/hash.c b/libraries/liblutil/hash.c index 0d1e66b231..f230196a5d 100644 --- a/libraries/liblutil/hash.c +++ b/libraries/liblutil/hash.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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;