]> git.sur5r.net Git - openldap/blobdiff - include/lutil_md5.h
remove init arg from attrs_index_config proto
[openldap] / include / lutil_md5.h
index bb96ef65a58d4a5f3c9b595f20a9fe0ef0014d40..7148abc0abbac1c112d8eac1db835d95f3170951 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -24,6 +24,8 @@ LDAP_BEGIN_DECL
    important.  ANSI guarantees that "unsigned long" will be big enough,
    and always using it seems to have few disadvantages.  */
 
+#define LUTIL_MD5_BYTES 16
+
 struct lutil_MD5Context {
        ber_uint_t buf[4];
        ber_uint_t bits[2];