This commit is contained in:
Kurt Zeilenga 2004-09-26 23:42:16 +00:00
parent d2c08ed8d3
commit 3c310cab6c

View File

@ -44,8 +44,7 @@ void
lutil_HASHUpdate( lutil_HASHUpdate(
struct lutil_HASHContext *ctx, struct lutil_HASHContext *ctx,
const unsigned char *buf, const unsigned char *buf,
ber_len_t len ber_len_t len )
)
{ {
const unsigned char *p, *e; const unsigned char *p, *e;
ber_uint_t h; ber_uint_t h;